ListTeamMemberBookingProfilesResponse
Name | Type | Tags | Description | Getter |
---|---|---|---|---|
TeamMemberBookingProfiles |
List<TeamMemberBookingProfile> |
Optional | The list of team member booking profiles. The results are returned in the ascending order of the time when the team member booking profiles were last updated. Multiple booking profiles updated at the same time are further sorted in the ascending order of their IDs. |
List getTeamMemberBookingProfiles() |
Cursor |
String |
Optional | The pagination cursor to be used in the subsequent request to get the next page of the results. Stop retrieving the next page of the results when the cursor is not set. Constraints: Maximum Length: 65536 |
String getCursor() |
Errors |
List<Error> |
Optional | Errors that occurred during the request. | List getErrors() |
{
"errors": [],
"team_member_booking_profiles": [
{
"display_name": "Sandbox Seller",
"is_bookable": true,
"team_member_id": "TMXUrsBWWcHTt79t",
"description": "description4",
"profile_image_url": "profile_image_url2"
},
{
"display_name": "Sandbox Staff",
"is_bookable": true,
"team_member_id": "TMaJcbiRqPIGZuS9",
"description": "description4",
"profile_image_url": "profile_image_url2"
}
],
"cursor": "cursor0"
}