Skip to main content

Properties

NameTypeFormatDescriptionExample
idstringThe project identifier, e.g. "movieDb". Found in the project overview screen of the management console
namestringThe friendly name given to the project
descriptionstringThe description text given to a project
supportedLanguagesstring[...]language codeAn array of all the languages supported by the project
primaryLanguagestringlanguage codeThe primary language for the project
deliverySysExclusionsstring[...]Allows fields in the sys object to be excluded from the delivery entry response, simplifying the data returned and reducing the payload. The following fields cannot be excluded sys.versionStatus, sys.id, sys.ur, sys.language, sys.dataFormat and sys.contentTypeIdsys.owner, sys.version.*

Example

JSON
1
2
3
4
5
6
7
8
9
10
11
{ "id": "movieDb", "name": "Movie Database", "description": "...", "supportedLanguage": [ "en-GB", "en-US", "fr" ], "primaryLanguage": "en-GB" }
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ "id": "movieDb", "name": "Movie Database", "description": "...", "supportedLanguage": [ "en-GB", "en-US", "fr" ], "primaryLanguage": "en-GB", "deliverySysExclusions": [ "sys.owner" ] }
JSON
1
2
3
4
5
6
7
8
9
10
11
{ "id": "movieDb", "name": "Movie Database", "description": "...", "supportedLanguage": [ "en-GB", "en-US", "fr" ], "primaryLanguage": "en-GB" }

Remarks

Still need help?

New support request