curl --location --request GET 'http://10.12.4.202:30660/gisuni-sources/api/v2/theme/node?themeId=883f402d7334450a85627089f21c41e9' \
--header 'Authorization: token' \
--header 'Projectid: 1234567890ABCDEFGHIJKLMN' \
--header 'Tenantid: 1234567890ABCDEFGHIJKLMN'
{
"content": [
{
"id": 0,
"nodeUrl": "string",
"type": "string",
"fontSize": 0,
"show": 0,
"backgroundImage": null,
"backgroundColor": "string",
"borderWidth": null,
"borderColor": "string",
"borderType": null,
"customStyle": 0,
"polymerization": 0,
"polymerizationNumber": 0,
"showType": "string"
}
],
"code": 0,
"message": "string",
"detail": null,
"succeed": true
}