Answer Sets
Answer Sets Documentation
Answer Set [LIST]
Answer Set [LIST]
Request
Endpoint
Body
Parameters
Sorts
completed_at
Type Unknown
Description Sort by completed_at date
Required No
Filters
account_list_id
Type ID string
Description
Filter by Account List; accepts an Account List id
Required No
completed
Type boolean
Description Filter by Completed; Accepts values "true", or "false"
Required No
Response
Headers
Body
Fields
data
Type
[AnswerSet]
Description An array of Answer Set Objects
Answer Set [POST]
Answer Set [POST]
Request
Endpoint
Body
Parameters
Attributes
account_list_id
Type
ID string
Description Id of account list this answer set is on
Required No
completed_at
Type
datetime
Description When the answer set was marked completed at
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
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.
Required No
Relationships
account_list.data
Type
Account List
Description The Account List that the answer set belongs to
Required No
answers.data
Type
Coaching Answer
Description The answers that have been submitted to this set
Required No
organization.data
Type
Organization
Description The Organization that the answer belongs to
Required No
questions.data
Type
Coaching Question
Description The questions to be asked in this set (fetched through organization)
Required No
Response
Headers
Body
Fields
Attributes
account_list_id
Type
ID string
Description Id of account list this answer set is on
completed_at
Type
datetime
Description When the answer set was marked completed at
created_at
Type
date
Description The timestamp of when this resource was created
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
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
answers.data
Type
Coaching Answer
Description The answers that have been submitted to this set
organization.data
Type
Organization
Description The Organization that the answer belongs to
questions.data
Type
Coaching Question
Description The questions to be asked in this set (fetched through organization)
Answer Set [GET]
Answer Set [GET]
Request
Endpoint
Body
Response
Headers
Body
Fields
Attributes
account_list_id
Type
ID string
Description Id of account list this answer set is on
completed_at
Type
datetime
Description When the answer set was marked completed at
created_at
Type
date
Description The timestamp of when this resource was created
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
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
answers.data
Type
Coaching Answer
Description The answers that have been submitted to this set
organization.data
Type
Organization
Description The Organization that the answer belongs to
questions.data
Type
Coaching Question
Description The questions to be asked in this set (fetched through organization)
Answer Set [PUT]
Answer Set [PUT]
Request
Endpoint
Body
Parameters
Attributes
account_list_id
Type
ID string
Description Id of account list this answer set is on
Required No
completed_at
Type
datetime
Description When the answer set was marked completed at
Required No
created_at
Type
date
Description The timestamp of when this resource was created
Required No
overwrite
Type
boolean
Description
Only used for updating a record where you want to ignore the server's ' 'updated_in_db_at
value and force overwrite the values for the record. ' 'Must be true
to work.
Required No
updated_at
Type
date
Description The timestamp of when this resource was last updated
Required No
updated_in_db_at
Type
date
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.
Required No
Relationships
account_list.data
Type
Account List
Description The Account List that the answer set belongs to
Required No
answers.data
Type
Coaching Answer
Description The answers that have been submitted to this set
Required No
organization.data
Type
Organization
Description The Organization that the answer belongs to
Required No
questions.data
Type
Coaching Question
Description The questions to be asked in this set (fetched through organization)
Required No
Response
Headers
Body
Fields
Attributes
account_list_id
Type
ID string
Description Id of account list this answer set is on
completed_at
Type
datetime
Description When the answer set was marked completed at
created_at
Type
date
Description The timestamp of when this resource was created
updated_at
Type
date
Description The timestamp of when this resource was last updated
updated_in_db_at
Type
date
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
answers.data
Type
Coaching Answer
Description The answers that have been submitted to this set
organization.data
Type
Organization
Description The Organization that the answer belongs to
questions.data
Type
Coaching Question
Description The questions to be asked in this set (fetched through organization)
Last updated