get

/v4/analytics/states-meta/{storingId}/setDescription

Get raw processor config (set description) for a storing_id

Return the raw processor config stored in the state_set_description table for the given storing_id.

Path parameters

storingIdstring
required

Responses

200
Response for status 200
Schema
object
storingIdstring
required
rawConfigobject
required
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}/setDescription
Merkl Analytics API
curl -X GET "https://analytics.merkl.xyz/v4/analytics/states-meta/{storingId}/setDescription"
Fill the required path parameter storingId to send.