Sample Data Type

Properties
name data type description
occurrences array of Occurrence
Properties inherited from SampleBase
sampleMethod SampleMethod The method used for this sample.
date VagueDate The date when sampling occured.
locality Locality Describes the position of this sample.
survey SurveyBase The survey to which this sample belongs.
recorder Person The person who did this sample.
tags array of string
Properties inherited from BaseUUID
id string
Properties inherited from Base
createdBy string The id of the user who created this entity.

This entity is read only and populated by the service. It is ignored when saving entities.

creationDate string The timestamp of the cration of this entity. The timestamp is in the timezone Europe/Berlin by default.

This entity is read only and populated by the service. It is ignored when saving entities.

links array of Link A collection of Links related to this entity.

This entity is read only and populated by the service. It is ignored when saving entities.

modifiedBy string The id of the user who changed this entity last.

This entity is read only and populated by the service. It is ignored when saving entities.

modificationDate string The timestamp of the last modification on this entity. The timestamp is in the timezone Europe/Berlin by default.

This entity is read only and populated by the service. It is ignored when saving entities.

userAlloewdToEdit boolean Indicates weather the user who made the request is allowed to edit this entity or not.

This entity is read only and populated by the service. It is ignored when saving entities.

obfuscated boolean Indicate weather the data is obfuscated

This entity is read only and populated by the service. It is ignored when saving entities.

allowedOperations array of Operation

Example

{
  "occurrences" : [ {
    "amount" : "ONE",
    "settlementStatus" : "WILD",
    "recordStatus" : "COMPLETE",
    "taxon" : {
      "name" : "...",
      "authority" : "...",
      "group" : "...",
      "taxaList" : { },
      "externalKey" : "...",
      "defaultSettlementStatusFukarek" : "ANGESIEDELT",
      "preferred" : true,
      "id" : 12345,
      "createdBy" : "...",
      "creationDate" : "...",
      "links" : [ { }, { } ],
      "modifiedBy" : "...",
      "modificationDate" : "...",
      "userAlloewdToEdit" : true,
      "obfuscated" : true,
      "allowedOperations" : [ "CREATE", "CREATE" ]
    },
    "sample" : {
      "sampleMethod" : "QUADRAT",
      "date" : { },
      "locality" : { },
      "survey" : { },
      "recorder" : { },
      "tags" : [ "...", "..." ],
      "id" : "...",
      "createdBy" : "...",
      "creationDate" : "...",
      "links" : [ { }, { } ],
      "modifiedBy" : "...",
      "modificationDate" : "...",
      "userAlloewdToEdit" : true,
      "obfuscated" : true,
      "allowedOperations" : [ "CREATE", "UPDATE" ]
    },
    "determiner" : {
      "firstName" : "...",
      "lastName" : "...",
      "externalKey" : "...",
      "email" : "...",
      "id" : 12345,
      "createdBy" : "...",
      "creationDate" : "...",
      "links" : [ { }, { } ],
      "modifiedBy" : "...",
      "modificationDate" : "...",
      "userAlloewdToEdit" : true,
      "obfuscated" : true,
      "allowedOperations" : [ "UPDATE", "UPDATE" ]
    },
    "externalKey" : "...",
    "comment" : "...",
    "lifeStage" : "UNKNOWN",
    "makropter" : "NO",
    "reference" : {
      "primAuthorFirstName" : "...",
      "primAuthorLastName" : "...",
      "year" : 12345,
      "title" : "...",
      "citeId" : "..."
    },
    "coveredArea" : "MORE_THAN_HUNDRED",
    "vitality" : "VITAL",
    "settlementStatusFukarek" : "UNBESTAENDIG",
    "bloomingSprouts" : "FIFTY",
    "quantity" : "TENTHOUSAND",
    "observers" : "...",
    "herbarium" : {
      "code" : "...",
      "herbary" : "...",
      "institution" : { }
    },
    "determinationComment" : "...",
    "numericAmount" : 12345,
    "reproduction" : "UNLIKELY",
    "sex" : "BOTH",
    "habitat" : "...",
    "timeOfDay" : "...",
    "remark" : "...",
    "citeId" : "...",
    "citeComment" : "...",
    "documents" : [ {
      "type" : "MAP_TAXON_VEGETWEB_STYLE_THUMB",
      "link" : { },
      "caption" : "..."
    }, {
      "type" : "IMAGE",
      "link" : { },
      "caption" : "..."
    } ],
    "absence" : true,
    "validation" : {
      "status" : "VALID",
      "validator" : { },
      "validationTime" : "...",
      "comment" : "..."
    },
    "numericAmountAccuracy" : "MORETHAN",
    "id" : "...",
    "createdBy" : "...",
    "creationDate" : "...",
    "links" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ],
    "modifiedBy" : "...",
    "modificationDate" : "...",
    "userAlloewdToEdit" : true,
    "obfuscated" : true,
    "allowedOperations" : [ "DELETE", "READ" ]
  }, {
    "amount" : "SOME",
    "settlementStatus" : "WILD",
    "recordStatus" : "COMPLETE",
    "taxon" : {
      "name" : "...",
      "authority" : "...",
      "group" : "...",
      "taxaList" : { },
      "externalKey" : "...",
      "defaultSettlementStatusFukarek" : "INDIGEN",
      "preferred" : true,
      "id" : 12345,
      "createdBy" : "...",
      "creationDate" : "...",
      "links" : [ { }, { } ],
      "modifiedBy" : "...",
      "modificationDate" : "...",
      "userAlloewdToEdit" : true,
      "obfuscated" : true,
      "allowedOperations" : [ "UPDATE", "DELETE" ]
    },
    "sample" : {
      "sampleMethod" : "PITFALL_TRAP",
      "date" : { },
      "locality" : { },
      "survey" : { },
      "recorder" : { },
      "tags" : [ "...", "..." ],
      "id" : "...",
      "createdBy" : "...",
      "creationDate" : "...",
      "links" : [ { }, { } ],
      "modifiedBy" : "...",
      "modificationDate" : "...",
      "userAlloewdToEdit" : true,
      "obfuscated" : true,
      "allowedOperations" : [ "UPDATE", "CREATE" ]
    },
    "determiner" : {
      "firstName" : "...",
      "lastName" : "...",
      "externalKey" : "...",
      "email" : "...",
      "id" : 12345,
      "createdBy" : "...",
      "creationDate" : "...",
      "links" : [ { }, { } ],
      "modifiedBy" : "...",
      "modificationDate" : "...",
      "userAlloewdToEdit" : true,
      "obfuscated" : true,
      "allowedOperations" : [ "UPDATE", "DELETE" ]
    },
    "externalKey" : "...",
    "comment" : "...",
    "lifeStage" : "LARVE",
    "makropter" : "NO",
    "reference" : {
      "primAuthorFirstName" : "...",
      "primAuthorLastName" : "...",
      "year" : 12345,
      "title" : "...",
      "citeId" : "..."
    },
    "coveredArea" : "MORE_THAN_THOUSAND",
    "vitality" : "ABGESTORBEN",
    "settlementStatusFukarek" : "ANGESALBT_KULTIVIERT",
    "bloomingSprouts" : "TWENTYSIX",
    "quantity" : "TWENTYSIX",
    "observers" : "...",
    "herbarium" : {
      "code" : "...",
      "herbary" : "...",
      "institution" : { }
    },
    "determinationComment" : "...",
    "numericAmount" : 12345,
    "reproduction" : "PLAUSIBLE",
    "sex" : "BOTH",
    "habitat" : "...",
    "timeOfDay" : "...",
    "remark" : "...",
    "citeId" : "...",
    "citeComment" : "...",
    "documents" : [ {
      "type" : "IMAGE_THUMB",
      "link" : { },
      "caption" : "..."
    }, {
      "type" : "MAP_TAXON_FLORA_MV_STYLE_THUMB",
      "link" : { },
      "caption" : "..."
    } ],
    "absence" : true,
    "validation" : {
      "status" : "INVALID",
      "validator" : { },
      "validationTime" : "...",
      "comment" : "..."
    },
    "numericAmountAccuracy" : "APPROXIMATE",
    "id" : "...",
    "createdBy" : "...",
    "creationDate" : "...",
    "links" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ],
    "modifiedBy" : "...",
    "modificationDate" : "...",
    "userAlloewdToEdit" : true,
    "obfuscated" : true,
    "allowedOperations" : [ "DELETE", "UPDATE" ]
  } ],
  "sampleMethod" : "PITFALL_TRAP",
  "date" : {
    "from" : "...",
    "to" : "...",
    "type" : "YEARS"
  },
  "locality" : {
    "position" : {
      "mtb" : { },
      "epsg" : 12345,
      "type" : "MTB",
      "posCenterLatitude" : 12345.0,
      "posCenterLongitude" : 12345.0,
      "wkt" : "...",
      "wktEpsg" : 12345
    },
    "blur" : 12345,
    "locationComment" : "...",
    "locality" : "..."
  },
  "survey" : {
    "name" : "...",
    "description" : "...",
    "container" : true,
    "availability" : "RESTRICTED",
    "werbeoOriginal" : true,
    "allowDataEntry" : true,
    "allowExport" : true,
    "portal" : {
      "config" : { },
      "name" : "...",
      "url" : "...",
      "id" : 12345,
      "createdBy" : "...",
      "creationDate" : "...",
      "links" : [ { }, { } ],
      "modifiedBy" : "...",
      "modificationDate" : "...",
      "userAlloewdToEdit" : true,
      "obfuscated" : true,
      "allowedOperations" : [ "DELETE", "DELETE" ]
    },
    "obfuscationPolicies" : [ {
      "role" : "ANONYMOUS",
      "permission" : "LOCATION_MTBQQQ"
    }, {
      "role" : "ANONYMOUS",
      "permission" : "LOCATION_POINT"
    } ],
    "obfuscationPoliciesExternal" : [ {
      "role" : "ACCEPTED",
      "permission" : "PERSONS"
    }, {
      "role" : "ANONYMOUS",
      "permission" : "LOCATION_POINT"
    } ],
    "dataReceivingPortals" : [ 12345, 12345 ],
    "tags" : [ "...", "..." ],
    "parent" : { },
    "id" : 12345,
    "createdBy" : "...",
    "creationDate" : "...",
    "links" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ],
    "modifiedBy" : "...",
    "modificationDate" : "...",
    "userAlloewdToEdit" : true,
    "obfuscated" : true,
    "allowedOperations" : [ "UPDATE", "READ" ]
  },
  "recorder" : {
    "firstName" : "...",
    "lastName" : "...",
    "externalKey" : "...",
    "email" : "...",
    "id" : 12345,
    "createdBy" : "...",
    "creationDate" : "...",
    "links" : [ {
      "href" : "...",
      "rel" : "..."
    }, {
      "href" : "...",
      "rel" : "..."
    } ],
    "modifiedBy" : "...",
    "modificationDate" : "...",
    "userAlloewdToEdit" : true,
    "obfuscated" : true,
    "allowedOperations" : [ "DELETE", "CREATE" ]
  },
  "tags" : [ "...", "..." ],
  "id" : "...",
  "createdBy" : "...",
  "creationDate" : "...",
  "links" : [ {
    "href" : "...",
    "rel" : "..."
  }, {
    "href" : "...",
    "rel" : "..."
  } ],
  "modifiedBy" : "...",
  "modificationDate" : "...",
  "userAlloewdToEdit" : true,
  "obfuscated" : true,
  "allowedOperations" : [ "DELETE", "UPDATE" ]
}