Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 5.29 KB

consolev1metricscontrollergenexperimentlistfrommetricrequest.md

File metadata and controls

17 lines (14 loc) · 5.29 KB

ConsoleV1MetricsControllerGenExperimentListFromMetricRequest

Fields

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.