Get a specific location type.

get

/connectedWorker/clientapi/v2/orgs/{orgId}/locationTypes/{typeId}

This operation retrieves specific location type.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Location type was successfully retrieved.
Body ()
Root Schema : Type
Type: object
Show Source
  • Detailed description of type
    Example: Description of type
  • Read Only: true
    The unique id of the object
    Example: 53
  • links
  • Minimum Length: 0
    Maximum Length: 255
    Pattern: ^\w+$
    Name of the type. Accepted are alphanumeric characters and underscore, max length is 255 characters
    Example: firstFloor
  • Read Only: true
    Name of the type. Accepted are alphanumeric characters and underscore, max length is 255 characters
    Example: firstFloor
Back to Top