get
/v4/analytics/states-meta/{storingId}/setDescription
Get raw processor config (set description) for a storing_idReturn the raw processor config stored in the state_set_description table for the given storing_id.
Path parameters
storingIdstringrequired
Responses
200Response for status 200
Schema
object
storingIdstringrequired
rawConfigobjectrequired
Raw processor config stored in the `state_set_description` table for this storingId.Example
{
"storingId": "string",
"rawConfig": {}
}get
https://analytics.merkl.xyz/v4/analytics/states-meta/{storingId}/setDescriptioncurl -X GET "https://analytics.merkl.xyz/v4/analytics/states-meta/{storingId}/setDescription"Fill the required path parameter storingId to send.