Skip to content

List reserved field names

GET
/api/content/management/types/fields/reserved
curl --request GET \
--url https://example.com/api/content/management/types/fields/reserved \
--header 'Authorization: Bearer <token>'

Retrieves field names reserved by the system that content types may not use

Reserved field names retrieved successfully

Media typeapplication/json

Field names reserved by the system that content types may not use

Array<string>
Example
[
"id",
"slug",
"name",
"type",
"status"
]