GET /api/v2/organizations/account_lists
Content-Type: application/vnd.api+json
Body
Parameters
Sorts
name
TypeUnknown
Description
sort by account list name
Required
No
Filters
organization_id
TypeID string
Description
filter where account list has a designation account belonging to an organization; Accepts IDs separated by comma
Required
No
wildcard_search
Typestring
Description
filter where account list by user's/coach's first name, last name, email, by the account list name, or by the invite recipient email
Required
No
Response
Headers
Body
Fields
data
Type[AccountList]
Description
An array of account lists
Account List [GET]
Account List [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
created_at
Typedate
Description
The timestamp of when this resource was created
name
Typestring
Description
name of the account list
updated_at
Typedate
Description
The timestamp of when this resource was last updated
updated_in_db_at
Typedate
Description
This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.
Relationships
account_list_coaches.data
Type["AccountListCoach"]
Description
collection of account_list_coaches
account_list_invites.data
Type["AccountListInvite"]
Description
collection of account_list_invites that are active and have not already been accepted