Field | Type | Required | Description | Example |
---|---|---|---|---|
id |
string | ✔️ | id | |
layerID |
string | ➖ | Which layer to place the experiment into. | |
idType |
string | ➖ | The idType the experiment will be performed on | |
status |
any | ➖ | The current status of the experiment | |
creatorName |
string | ➖ | Name of the creator. | |
creatorID |
string | ➖ | ID of the user who created the entity. | |
tags |
any | ➖ | Filter by tags | { "singleTag": { "value": "tag1" }, "multipleTags": { "value": [ "tag1", "tag2" ] } } |
limit |
any | ➖ | Results per page | 10 |
page |
any | ➖ | Page number | 1 |
xRespectReviewSettings |
string | ➖ | Optional header to respect review settings for mutation endpoints. |