curl --request GET \
--url https://access.utgl.io/v1/positions \
--header 'Authorization: Basic <encoded-value>'{
"positions": [
{
"id": "1",
"position": "Company Owner"
},
{
"id": "2",
"position": "Executive or Senior Management"
},
{
"id": "3",
"position": "Manager"
},
{
"id": "4",
"position": "No Position"
},
{
"id": "5",
"position": "Officer or Junior Staff"
}
]
}Get a list of Positions
curl --request GET \
--url https://access.utgl.io/v1/positions \
--header 'Authorization: Basic <encoded-value>'{
"positions": [
{
"id": "1",
"position": "Company Owner"
},
{
"id": "2",
"position": "Executive or Senior Management"
},
{
"id": "3",
"position": "Manager"
},
{
"id": "4",
"position": "No Position"
},
{
"id": "5",
"position": "Officer or Junior Staff"
}
]
}Was this page helpful?