Use this endpoint to retrieve themes, along with the responses that are associated with each theme, from your studies.
curl --request GET \
--url https://api.sprig.com/v1/themes \
--header 'Authorization: <authorization>'{
"cursor": "string",
"data": [
{
"createdAt": "string",
"id": 0,
"questionId": 0,
"questionText": "string",
"questionType": "string",
"response": "string",
"responseGroupUid": "string",
"surveyId": 0,
"theme": "string",
"themeDescription": "string",
"updatedAt": "string",
"visitorId": 0
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.sprig.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer YOUR_API_KEY
The earliest creation data for a generated theme to return, represented as milliseconds from epoch time
The latest creation date for a generated theme to return, represented as milleseconds from epoch time
A Base64 encoded string representing an opaque cursor position
An integer id for a specific Survey
curl --request GET \
--url https://api.sprig.com/v1/themes \
--header 'Authorization: <authorization>'{
"cursor": "string",
"data": [
{
"createdAt": "string",
"id": 0,
"questionId": 0,
"questionText": "string",
"questionType": "string",
"response": "string",
"responseGroupUid": "string",
"surveyId": 0,
"theme": "string",
"themeDescription": "string",
"updatedAt": "string",
"visitorId": 0
}
]
}