X-Token: ********************
curl --location --request GET '/collect/system-element' \
--header 'X-Requested-Session;' \
--header 'X-Requested-Session;'
{
"code": "string",
"message": "string",
"data": [
{
"id": 0,
"collectSystemWsid": "string",
"systemElementCode": "string",
"documentElementCode": "string",
"documentElementName": "string",
"collectSystemName": "string"
}
]
}