Skip to main content
GET
/
api
/
Placeholders
/
{entityId}
/
available
Get Available Placeholders for Entity.
curl --request GET \
  --url https://api.example.com/api/Placeholders/{entityId}/available
[
  {
    "placeholder": "<string>",
    "placeholderUsage": "<string>",
    "friendlyName": "<string>",
    "value": "<string>"
  }
]

Path Parameters

entityId
integer<int32>
required

Response

200 - application/json

OK

placeholder
string | null
placeholderUsage
string | null
friendlyName
string | null
value
string | null