List Parameters in a Parameter Group
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /public/v1/helpdesk/parameter-groups/{groupId}/parameters HTTP/1.1
Host: api.s1.show
Accept: */*
{
"data": [
{
"id": "param-123",
"label": "Customer Name",
"description": "Full name of the customer",
"type": "String",
"displayOrder": 1,
"required": true,
"revision": 2,
"audit": {
"created": {
"at": "2024-02-02T10:00:00+00:00",
"by": "[email protected]"
},
"updated": {
"at": "2024-02-02T12:00:00+00:00",
"by": "[email protected]"
}
}
}
],
"total": 1
}