Resource features
Get all resource features
Returns all resource features. This operation uses Pagination.
Request
[PlatformAddress]/api/connector/v1/resourceFeatures/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
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.
ServiceIds
array of string
required, max 1000 items
Unique identifiers of Services to which the resource features belong.
UpdatedUtc
optional, max length 3 months
Interval in which the resource features were updated.
ActivityStates
array of string Activity state
optional
Whether to return only active, only deleted or both records.
Response
Cursor
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
Id
string
required
Unique identifier of the feature.
IsActive
bool
required
Whether the resource feature is still active.
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
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
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.
ResourceFeatureIds
array of string
required, max 1000 items
Unique identifiers of Resource features to which the resource feature assignments belong.
ResourceFeatureAssignmentsIds
array of string
optional, max 1000 items
Unique identifiers of Resource feature assignments.
UpdatedUtc
optional, max length 3 months
Interval in which the resource feature assignments were updated.
ActivityStates
array of string Activity state
optional
Whether to return only active, only deleted or both records.
Response
Cursor
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
Id
string
required
Unique identifier of the assignment.
IsActive
bool
required
Whether the assignment is still active.
CreatedUtc
string
required
Creation date and time of the assignment in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the assignment in UTC timezone in ISO 8601 format.
Last updated