Retrieves entities based on their CIDOC CRM class code.
Path parameters
CIDOC class to be requested
Query parameters
Download results
Show integer count of how many entities would the result give back
Select which keys should not be displayed. This can improve performance
Specify the format for the returned results.
Export the entities in either a simple CSV format or a ZIP file containing CSV files optimized for network analysis.
Choose one column to sort the results by. Default value is name.
Sorting result ascending or descending of the given column. Default value is asc.
Search query for specific results.
Filterable categories
entityName, entityDescription, entityAliases, entityCidocClass, entitySystemClass, entityID, typeID, valueTypeID, typeIDWithSubs, typeName, beginFrom, beginTo, endFrom, endTo, relationToID
Values
Values has to be a list of items. The items can be either a string, an integer or a tuple (see Notes). Strings need to be marked with “” or ‘’, while integers does not allow this.
Notes: The category valueTypeID can search for values of a type ID. But it takes one or more two valued Tuple as list entry: (x,y). x is the type id and y is the searched value. This can be an int or a float, e.g: {"operator":"lesserThan","values":[(3142,543.3)],"logicalOperator":"and"} The date categories (beginFrom, beginTo, endFrom, endTo) only allow one value in the values field and it has to be formated the following way: YYYY-MM-DD. Month and day values need to filled up with 0, e.g. 800-01-01
Compare operators
equal, notEqual, like (1), greaterThan (2), greaterThanEqual (2), lesserThan (2)
The compare operators work like the mathematical operators. equal x=y, notEqual x!=y, greaterThan x>y , greaterThanEqual x>=y, lesserThan x<y, lesserThanEqual x<=y. The like operator searches for occurrence of the string, so a match can also occur in the middle of a word.
(1)Only for string based categories
(2)Only for beginFrom, beginTo, endFrom, endTo, valueTypeID
Logical operators
Not mandatory, OR is the default value. Logical operators handles, if the values are treated as OR or AND.
The following table outlines the supported operations for each field:
::
| | equal
| notEqual | like | greaterThan | greaterThanEqual | lesserThan | lesserThanEqual |
|------------------|-----------|-----------|-----------|-------------|------------------|------------|-----------------|
| entityName | x | x | x | | | | |
| entityDescription| x | x | x | | | | |
| entityAliases | x | x | x | | | | |
| entityCidocClass | x | x | x | | | | |
| entitySystemClass| x | x | x | | | | |
| typeName | x | x | x | | | | |
| entityID | x | x | | | | | |
| typeID | x | x | | | | | |
| valueTypeID | x | x | | x | x | x | x |
| typeIDWithSubs | x | x | | | | | |
| relationToID | x | x | | | | | |
| beginFrom | x | x | | x | x | x | x |
| beginTo | x | x | | x | x | x | x |
| endFrom | x | x | | x | x | x | x |
| endTo | x | x | | x | x | x | x |
{
"entityName": [
{
"operator": "like",
"values": [
"A"
],
"logicalOperator": "and"
}
]
}Starts the result set at the specified entity ID.
Starts the result set after the specified entity ID.
Specifies the page number to retrieve in a paginated result set.
Limits the number of entities returned in the response. A lower value may improve performance. The default is 20. Set to 0 to return all available entities.
Filter results to include only entities with the specified type ID or those linked to it.
Filters results to show only connections linked by the selected CIDOC CRM property code. If 'geometry', 'types', 'depictions', or 'links' are specified in the 'show' parameter, these properties will also be displayed.
Choose language for system inherent labels
Will calculate the centerpoint for all polygons and linestring and add them to geometries
Response
Success
Changes
Changed in 16 of the 54 revisions of this API.52149
- ○
for the
pathrequest parametercidoc_class, the type/format was generalized from/tostring/request-parameter-type-generalized
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new enum value
gpkgto thequeryrequest parameterformatrequest-parameter-enum-value-added
- ○
- ○
added the optional property
results/items/oneOf[LinkedPlacesModel]/features/items/depictions/items/mainImageto the response with the200statusresponse-optional-property-added
- ○
- ○
added the new enum value
loudto thequeryrequest parameterformatrequest-parameter-enum-value-added
- ○
- ▲
the response property
results/items/oneOf[GeoJSONModel]/became nullable for the status200response-property-became-nullable
- ▲
the response property
results/items/oneOf[LinkedPlacesModel]/features/items/descriptionsbecame nullable for the status200response-property-became-nullable
- ▲
the
allOf[ApiError]/urlresponse's property type/format changed fromstring/uritostring/for status401response-property-type-changed
- ▲
the
allOf[ApiError]/urlresponse's property type/format changed fromstring/uritostring/for status403response-property-type-changed
- ▲
the
allOf[ApiError]/urlresponse's property type/format changed fromstring/uritostring/for status404response-property-type-changed
- ▲
the
allOf[ApiError]/urlresponse's property type/format changed fromstring/uritostring/for status409response-property-type-changed
- ▲
the
allOf[ApiError]/urlresponse's property type/format changed fromstring/uritostring/for status500response-property-type-changed
- ▲
the
anyOf[ApiError]/urlresponse's property type/format changed fromstring/uritostring/for status400response-property-type-changed
- ▲
the
results/items/oneOf[GeoJSONModel]/features/items/geometry/oneOf[GeometryCollection]/geometries/items/anyOf[LineString]/coordinates/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[GeoJSONModel]/features/items/geometry/oneOf[GeometryCollection]/geometries/items/anyOf[Point]/coordinates/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[GeoJSONModel]/features/items/geometry/oneOf[GeometryCollection]/geometries/items/anyOf[Polygon]/coordinates/items/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[GeoJSONModel]/features/items/geometry/oneOf[LineString]/coordinates/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[GeoJSONModel]/features/items/geometry/oneOf[Point]/coordinates/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[GeoJSONModel]/features/items/geometry/oneOf[Polygon]/coordinates/items/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[LinkedPlacesModel]/features/items/geometry/oneOf[GeometryCollection]/geometries/items/anyOf[LineString]/coordinates/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[LinkedPlacesModel]/features/items/geometry/oneOf[GeometryCollection]/geometries/items/anyOf[Point]/coordinates/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[LinkedPlacesModel]/features/items/geometry/oneOf[GeometryCollection]/geometries/items/anyOf[Polygon]/coordinates/items/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[LinkedPlacesModel]/features/items/geometry/oneOf[LineString]/coordinates/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[LinkedPlacesModel]/features/items/geometry/oneOf[Point]/coordinates/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
the
results/items/oneOf[LinkedPlacesModel]/features/items/geometry/oneOf[Polygon]/coordinates/items/items/items/response's property type/format changed fromnumber/doubletonumber/for status200response-property-type-changed
- ▲
- ○
added
ApiErrorsubschema #2to the response bodyallOflist for the response status404response-body-all-of-added
- ○
added
ApiErrorParameterErrorsubschema #3to the response bodyanyOflist for the response status400response-body-any-of-added
- ○
removed
ErrorModelParameterErrorModelfrom the response bodyoneOflist for the response status400response-body-one-of-removed
- ○
removed
ErrorModelParameterErrorModelfrom the response bodyoneOflist for the response status404response-body-one-of-removed
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
409response-non-success-status-added
- ○
added the non-success response with the status
500response-non-success-status-added
- ○
removed the non-success response with the status
405response-non-success-status-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
media type
application/ld+jsonwas changed to a more general media typeapplication/jsonfor the response status200response-media-type-name-generalized
- ▲
added
LinkedArtModelTableRowModelto theresults/items/response propertyoneOflist for the response status200response-property-one-of-added
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
- ○
added the media type
application/rdf+xmlfor the response with the status200response-media-type-added
- ○
added the media type
application/xmlfor the response with the status200response-media-type-added
- ○
added the media type
text/csvfor the response with the status200response-media-type-added
- ○
added the media type
text/plainfor the response with the status200response-media-type-added
- ○
added the media type
text/rdf+n3for the response with the status200response-media-type-added
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
405response-non-success-status-added
- ○
removed
SearchModelfrom theresults/items/response propertyoneOflist for the response status200response-property-one-of-removed
- ▲
- ○
added the new enum value
checkboxto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
- ○
added the new enum value
beginto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
endto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
- ○
added the new enum value
classto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
contentto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
countto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
createdto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
creatorto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
descriptionto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
extensionto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
groupto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
iconto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
licenseto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
license_holderto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
publicto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
sizeto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○
added the new enum value
typeto thequeryrequest parametercolumnrequest-parameter-enum-value-added
- ○