GET api/FindingDyntaxaSample?lastchanged={lastchanged}&count={count}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| lastchanged | string |
Required |
|
| count | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of FindingDyntaxaSample| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Finding | Finding |
None. |
|
| Dyntaxa | Dyntaxa |
None. |
|
| Sample | Sample |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Finding": {
"id": 1,
"TaxaId": 1.1,
"form": "sample string 2",
"sampleId": 1,
"comment": "sample string 3",
"status": "sample string 4",
"count": "sample string 5",
"storage": "sample string 6",
"groupTypeId": "sample string 7",
"groupId": "sample string 8",
"hide": 1,
"lastChanged": "2025-12-15T01:39:02.9252699+01:00",
"reportable": 1,
"internalComment": "sample string 9",
"interestingNote_ap": "sample string 10",
"reported_ap": "2025-12-15T01:39:02.9252699+01:00",
"dyntaxaId": 1,
"uncertain": true,
"introduced": true
},
"Dyntaxa": {
"id": 1,
"category": "sample string 2",
"scientificName": "sample string 3",
"auctor": "sample string 4",
"swedishName": "sample string 5",
"Svensk_förekomst": "sample string 6",
"Svensk_invandringshistoria": "sample string 7",
"t_TaxaId": 1,
"t_Rank": "sample string 8",
"t_Biotop": 1,
"t_Svensk": true,
"t_Sporadisk": true,
"t_Skal": true,
"t_Inomhus": true
},
"Sample": {
"id": 1,
"place": "sample string 2",
"province": "sample string 3",
"country": "sample string 4",
"xCoordinate": "sample string 5",
"yCoordinate": "sample string 6",
"expanse": "sample string 7",
"accuracy": 1.1,
"datetime": "2025-12-15T01:39:02.9252699+01:00",
"duration": 1,
"description": "sample string 8",
"sampleTypeOld": "sample string 9",
"source": "sample string 10",
"statusId": "sample string 11",
"lastChanged": "2025-12-15T01:39:02.9252699+01:00",
"publicName": "sample string 12",
"internalComment": "sample string 13",
"estimatedNoOfSpecies": 1,
"ap_Metod": "sample string 14",
"ap_Noggrannhet": "sample string 15",
"latitude": 1.0,
"longitude": 1.0,
"reportable_bool": true,
"protected_bool": true,
"habitatId": "sample string 18",
"methodId": "sample string 19",
"project": "sample string 20",
"depth": "sample string 21",
"reportable": 1
}
},
{
"id": 1,
"Finding": {
"id": 1,
"TaxaId": 1.1,
"form": "sample string 2",
"sampleId": 1,
"comment": "sample string 3",
"status": "sample string 4",
"count": "sample string 5",
"storage": "sample string 6",
"groupTypeId": "sample string 7",
"groupId": "sample string 8",
"hide": 1,
"lastChanged": "2025-12-15T01:39:02.9252699+01:00",
"reportable": 1,
"internalComment": "sample string 9",
"interestingNote_ap": "sample string 10",
"reported_ap": "2025-12-15T01:39:02.9252699+01:00",
"dyntaxaId": 1,
"uncertain": true,
"introduced": true
},
"Dyntaxa": {
"id": 1,
"category": "sample string 2",
"scientificName": "sample string 3",
"auctor": "sample string 4",
"swedishName": "sample string 5",
"Svensk_förekomst": "sample string 6",
"Svensk_invandringshistoria": "sample string 7",
"t_TaxaId": 1,
"t_Rank": "sample string 8",
"t_Biotop": 1,
"t_Svensk": true,
"t_Sporadisk": true,
"t_Skal": true,
"t_Inomhus": true
},
"Sample": {
"id": 1,
"place": "sample string 2",
"province": "sample string 3",
"country": "sample string 4",
"xCoordinate": "sample string 5",
"yCoordinate": "sample string 6",
"expanse": "sample string 7",
"accuracy": 1.1,
"datetime": "2025-12-15T01:39:02.9252699+01:00",
"duration": 1,
"description": "sample string 8",
"sampleTypeOld": "sample string 9",
"source": "sample string 10",
"statusId": "sample string 11",
"lastChanged": "2025-12-15T01:39:02.9252699+01:00",
"publicName": "sample string 12",
"internalComment": "sample string 13",
"estimatedNoOfSpecies": 1,
"ap_Metod": "sample string 14",
"ap_Noggrannhet": "sample string 15",
"latitude": 1.0,
"longitude": 1.0,
"reportable_bool": true,
"protected_bool": true,
"habitatId": "sample string 18",
"methodId": "sample string 19",
"project": "sample string 20",
"depth": "sample string 21",
"reportable": 1
}
}
]