get
https://api.app.enquire.ai/api/v1/questions/
Request properties
Response properties
| Key | Type | Description |
|---|---|---|
| id | Integer | The keyword technical identifier |
| title | String | The title of the Question |
| description | String | The description of the Question |
| responsesDueDate | Date | The date when the Question will close (no accepted answer after - can be updated) |
| finalizationDueDate | Boolean | The date when the Question will finalize (date when the Question will be archived) |
| createdDate | Boolean | Availability status of the keyword (true: enabled, false: disabled) |
| status | Boolean | Availability status of the keyword (true: enabled, false: disabled) |
| keywords | Object | The list of keywords linked to the Question |
| responses | List | The list of responses (empty for draft) |
| clientProfile | Object | The client profile data |
Question Response properties
| Key | Type | Description |
|---|---|---|
| id | Integer | The response technical identifier |
| text | String | The text of the expert's answer |
| status | String | The status of the Question |
| createdDate | Date | The date when the Question was created |
| uuid | Boolean | Expert technical unique identifier |
| expertProfile** | Object | Expert profile data |
| question | Object | The Question object |
| clientViewDate | Date | Last time the client viewed the response |
Expert Profile properties
| Key | Type | Description |
|---|---|---|
| uuid | String | The expert profile technical uniquer identifier |
| title | String | The expert's title |
| firstName | String | The expert first name |
| formattedName | String | The expert formatted name (full first name and last name initial) |
| imageUrl | String | The URL of the expert's profile picture |
| biography | String | The expert's short biography/summary |
| country | Object | The expert country of residence |