Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 4.84 KB

consolev1gatescontrollergenlistrequest.md

File metadata and controls

16 lines (13 loc) · 4.84 KB

ConsoleV1GatesControllerGenListRequest

Fields

Field Type Required Description Example
idType any Filter by idType
type operations.Type Filter by type
typeReason operations.TypeReason Filter by typeReason
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.