GET api/v2/Resource/GetResourceType?resourceTypeId={resourceTypeId}

Get Resource Type

Request Information

URI Parameters

NameDescriptionTypeAdditional information
resourceTypeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResourceType
NameDescriptionTypeAdditional information
ResourceTypeId

integer

None.

ResourceTypeDescription

string

None.

ReferrenceImage

string

None.

LastModifiedBy

integer

None.

LastModifiedDate

date

None.

ObsoleteFlag

boolean

None.

VTCFlag

boolean

None.

UpdateScheduleLocationFlag

boolean

None.

MaxSchedule

integer

None.

Hoteling

boolean

None.

RequiresCICO

boolean

None.

ReservationLimitNumber

integer

None.

ReservationLimitHours

integer

None.

ReservationLimitType

integer

None.

ReservationLimitAppliesTo

integer

None.

ReservationHardLimit

boolean

None.

AutoRelease

boolean

None.

AutoReleaseMinutes

integer

None.

AllowRecurring

boolean

None.

ReferrenceImageId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ResourceTypeId": 1,
  "ResourceTypeDescription": "sample string 2",
  "ReferrenceImage": "sample string 3",
  "LastModifiedBy": 4,
  "LastModifiedDate": "2026-04-04T07:55:02.1836692-04:00",
  "ObsoleteFlag": true,
  "VTCFlag": true,
  "UpdateScheduleLocationFlag": true,
  "MaxSchedule": 1,
  "Hoteling": true,
  "RequiresCICO": true,
  "ReservationLimitNumber": 11,
  "ReservationLimitHours": 12,
  "ReservationLimitType": 13,
  "ReservationLimitAppliesTo": 14,
  "ReservationHardLimit": true,
  "AutoRelease": true,
  "AutoReleaseMinutes": 17,
  "AllowRecurring": true,
  "ReferrenceImageId": 1
}

application/xml, text/xml

Sample:
<ResourceType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSMCP.Entities">
  <AllowRecurring>true</AllowRecurring>
  <AutoRelease>true</AutoRelease>
  <AutoReleaseMinutes>17</AutoReleaseMinutes>
  <Hoteling>true</Hoteling>
  <LastModifiedBy>4</LastModifiedBy>
  <LastModifiedDate>2026-04-04T07:55:02.1836692-04:00</LastModifiedDate>
  <MaxSchedule>1</MaxSchedule>
  <ObsoleteFlag>true</ObsoleteFlag>
  <ReferrenceImage>sample string 3</ReferrenceImage>
  <ReferrenceImageId>1</ReferrenceImageId>
  <RequiresCICO>true</RequiresCICO>
  <ReservationHardLimit>true</ReservationHardLimit>
  <ReservationLimitAppliesTo>14</ReservationLimitAppliesTo>
  <ReservationLimitHours>12</ReservationLimitHours>
  <ReservationLimitNumber>11</ReservationLimitNumber>
  <ReservationLimitType>13</ReservationLimitType>
  <ResourceTypeDescription>sample string 2</ResourceTypeDescription>
  <ResourceTypeId>1</ResourceTypeId>
  <UpdateScheduleLocationFlag>true</UpdateScheduleLocationFlag>
  <VTCFlag>true</VTCFlag>
</ResourceType>