GET /directories/{directoryId}

Get a directory by its id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
directoryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Directory
NameDescriptionTypeAdditional information
Name

Name of the directory.

string

None.

Description

Description of the directory.

string

None.

DirectoryType

Type of the directory.

DirectoryType

None.

Maps

Collection of maps of this directory.

MapCollection

None.

Assets

Collection of assets in this directory.

AssetCollection

None.

AssetTypes

Collection of asset types of all the assets in this directory.

AssetTypeCollection

None.

Href

URL of the resource.

string

None.

Id

Identifier of the resource.

integer

None.

CreatedDate

Creation date/time. ISO 8601 formatted date/time string using UTC time zone.

date

None.

ModifiedDate

Modification date/time. ISO 8601 formatted date/time string using UTC time zone.

date

None.