curl --request GET \
--url https://api.siftstack.com/api/v1/calculated-channels:expression-identifiers \
--header 'Authorization: Bearer <token>'{
"identifiers": [
{
"name": "<string>",
"description": "<string>",
"type": "EXPRESSION_IDENTIFIER_TYPE_UNSPECIFIED",
"displayName": "<string>",
"library": "EXPRESSION_IDENTIFIER_LIBRARY_UNSPECIFIED"
}
],
"nextPageToken": "<string>"
}Retrieves a list of valid identifiers that can be used as part of a calculated channel expression.
curl --request GET \
--url https://api.siftstack.com/api/v1/calculated-channels:expression-identifiers \
--header 'Authorization: Bearer <token>'{
"identifiers": [
{
"name": "<string>",
"description": "<string>",
"type": "EXPRESSION_IDENTIFIER_TYPE_UNSPECIFIED",
"displayName": "<string>",
"library": "EXPRESSION_IDENTIFIER_LIBRARY_UNSPECIFIED"
}
],
"nextPageToken": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.siftstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Defaults to 1000. Max of 10,000.
EXPRESSION_MODE_UNSPECIFIED, EXPRESSION_MODE_RULES, EXPRESSION_MODE_CALCULATED_CHANNELS, EXPRESSION_MODE_RULER, EXPRESSION_MODE_STRUCTURED_DATA Was this page helpful?