List Coordinate Reference Systems

List the defined Coordinate Reference Systems. The list can be limited to the custom Coordinate Reference Systems defined for the tenant.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
filterOnlyCustom
boolean

Optional parameter to only list custom Coordinate Reference Systems. Defaults to false.

Example: filterOnlyCustom=true
Responses
200

Coordinate reference system list response.

400

Failed request reponse.

get/geospatial/crs
Request samples
const allCRS = await client.geospatial.crs.list({ filterOnlyCustom : true });
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}