Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 

STRUCTURE

Code Block
{
	"scope": {
		"type": "Job",
		"jobid": 146,
		"jobcdyt": false
	},
	"properties": {
		"title": "Codyt Job: Cédric - Standard - DO NOT DELETE/4", // View title
		"parent": {
			"type": "Project", // Type of parent 
			"projectid": 266 // Unique identifier of parent (project in this case)
		},
		"pid": 266, // ???
		"pname": "Cédric - Standard - DO NOT DELETE", // ???
		"dsid": 281, // Document set id
		"branchLocale": "fr" // Locale of branche ??? 
	},
	"locales": [  // list of locale
		{
			"loc": "en",
			"name": "Anglais",
			"issrc": true,
			"istrg": false,
			"isadd": false,
			"canEdit": true            
		}
	],
	"labels": {
		"canView": true, // User can be view labels
		"canEdit": true, // User can be edit labels
		"labels": []  // List of label
}

 

PARAMETERS

scopeThe scope object. It delimits the total range of segments and related resources that can be operated
propertiesDetails of rights for current view

locales

Contain list of locale object

labels.labelsContain list of label object