GET /directorytypes/{directoryTypeId}

Get a directory type by its id.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
directoryTypeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

DirectoryType
NameDescriptionTypeAdditional information
Name

Name of the directory type.

string

None.

Description

Description of the directory type.

string

None.

Directories

Collection of directories that have this directory type.

DirectoryCollection

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.