Resource features
Get all resource features
Returns all resource features. This operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/resourceFeatures/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns the resource features for all enterprises within scope of the Access Token. |
| array of string | required, max 1000 items | Unique identifiers of Services to which the resource features belong. |
| array of string | optional, max 1000 items | Unique identifiers of Resource features. |
| optional, max length 3 months | Interval in which the resource features were updated. | |
| array of string Activity state | optional | Whether to return only active, only deleted or both records. |
| required | Limitation on the quantity of resource features returned. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Resource feature | optional | Resource features. |
| string | required | Unique identifier of the last and hence oldest resource features returned. This can be used in Limitation in a subsequent request to fetch the next batch of older resource feature. |
Resource feature
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the feature. |
| string | required | Unique identifier of the Service. |
| bool | required | Whether the resource feature is still active. |
| required | Classification of the feature. | |
| required | All translations of the name. | |
| required | All translations of the short name. | |
| required | All translations of the description. |
Resource feature classification
AccessibleBathroom
AccessibleRoom
AirConditioning
Balcony
DoubleBed
ElevatorAccess
EnsuiteRoom
HighFloor
Kitchenette
LowerBed
OceanView
PrivateBathroom
PrivateJacuzzi
PrivateSauna
RiverView
RollawayBed
SharedBathroom
TwinBeds
UpperBed
SeaView
...
Get all resource feature assignments
Returns all resource feature assignments. This operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/resourceFeatureAssignments/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | optional, max 1000 items | Unique identifiers of the Enterprises. If not specified, the operation returns the resource feature assignments for all enterprises within scope of the Access Token. |
| array of string | required, max 1000 items | Unique identifiers of Resource features to which the resource feature assignments belong. |
| array of string | optional, max 1000 items | Unique identifiers of Resource feature assignments. |
| optional, max length 3 months | Interval in which the resource feature assignments were updated. | |
| array of string Activity state | optional | Whether to return only active, only deleted or both records. |
| required | Limitation on the quantity of resource feature assignments returned. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Resource feature assignment | optional | Resource feature assignments. |
| string | required | Unique identifier of the last and hence oldest resource feature assignments returned. This can be used in Limitation in a subsequent request to fetch the next batch of older resource feature assignments. |
Resource feature assignment
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Unique identifier of the assignment. |
| bool | required | Whether the assignment is still active. |
| string | required | Unique identifier of the Resource. |
| string | required | Unique identifier of the Resource feature assigned to the Resource. |
| string | required | Creation date and time of the assignment in UTC timezone in ISO 8601 format. |
| string | required | Last update date and time of the assignment in UTC timezone in ISO 8601 format. |
Last updated