The assignment objects describe all assignments associated with a resource.
Assignments are result of a membership for a specific resource (a private office,desk etc.).
You can retrieve all assignments for a specific resource by using the resource's _id.
Here is the list of the assignment object properties:
Assignment
Property | Type | Required | Description |
---|---|---|---|
resource | Resource | true | The name of the resource in hand. |
startDate | date | true | The resource rate used for pricing bookings for this particular resource. |
endDate | date | true | The location the resource is assigned to. |
membership | Membership | true | The floorplan the resource is assigned to. |