A location.
Name | Editable? | Required? | Type | Nullable? | Summary |
---|---|---|---|---|---|
ID | Int32 | The ID of the location. | |||
Name | This field is editable through the web API. | This field is required. | String | The name of the location. | |
Description | This field is editable through the web API. | String | This field is nullable. | The description of the location. | |
ExternalID | This field is editable through the web API. | String | This field is nullable. | The external ID of the location. | |
IsActive | This field is editable through the web API. | Boolean | The active status of the location. | ||
Address | This field is editable through the web API. | String | This field is nullable. | The address of the location. | |
City | This field is editable through the web API. | String | This field is nullable. | The city of the location. | |
State | This field is editable through the web API. | String | This field is nullable. | The state/province of the location. | |
PostalCode | This field is editable through the web API. | String | This field is nullable. | The postal code of the location. | |
Country | This field is editable through the web API. | String | This field is nullable. | The country of the location. | |
IsRoomRequired | This field is editable through the web API. | Boolean | Whether the location requires a room when specified for an asset. | ||
Attributes | This field is editable through the web API. | TeamDynamix.Api.CustomAttributes.CustomAttribute[] | This field is nullable. | The custom attributes associated with the location. | |
AssetsCount | Int32 | The number of assets associated with the location. | |||
ConfigurationItemsCount | Int32 | The number of standalone configuration items associated with the location. | |||
TicketsCount | Int32 | The number of tickets associated with the location. | |||
RoomsCount | Int32 | The number of rooms associated with the location. | |||
UsersCount | Int32 | The number of users associated with the location. | |||
Rooms | TeamDynamix.Api.Locations.LocationRoom[] | This field is nullable. | The rooms associated with the location. The custom attributes for each room will not be retrieved. | ||
CreatedDate | DateTime | The created date of the location. | |||
CreatedUid | Guid | The UID of the user who created the location. | |||
CreatedFullName | String | The full name of the user who created the location. | |||
ModifiedDate | DateTime | The last modified date of the location. | |||
ModifiedUid | Guid | The UID of the user who last modified the location. | |||
ModifiedFullName | String | The full name of the user who last modified the location. | |||
Latitude | This field is editable through the web API. | Decimal | This field is nullable. | The latitude of the location. | |
Longitude | This field is editable through the web API. | Decimal | This field is nullable. | The longitude of the location. |