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
ServiceIds
array of string
required, max 1000 items
ResourceFeatureIds
array of string
optional, max 1000 items
UpdatedUtc
optional, max length 3 months
Interval in which the resource features were updated.
ActivityStates
optional
Whether to return only active, only deleted or both records.
Limitation
required
Limitation on the quantity of resource features returned.
Response
ResourceFeatures
optional
Resource features.
Cursor
string
required
Resource feature
Id
string
required
Unique identifier of the feature.
ServiceId
string
required
IsActive
bool
required
Whether the resource feature is still active.
Classification
required
Classification of the feature.
Names
required
All translations of the name.
ShortNames
required
All translations of the short name.
Descriptions
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
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
ResourceFeatureIds
array of string
required, max 1000 items
ResourceFeatureAssignmentsIds
array of string
optional, max 1000 items
UpdatedUtc
optional, max length 3 months
Interval in which the resource feature assignments were updated.
ActivityStates
optional
Whether to return only active, only deleted or both records.
Limitation
required
Limitation on the quantity of resource feature assignments returned.
Response
ResourceFeatureAssignments
optional
Resource feature assignments.
Cursor
string
required
Resource feature assignment
Id
string
required
Unique identifier of the assignment.
IsActive
bool
required
Whether the assignment is still active.
ResourceId
string
required
FeatureId
string
required
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