Versions Compared

Key

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

General Information

...


Name
Source
Mandatory
Type
Special Format
Description
idQueryYESStringN/Athe The product id
codeBodyYESStringThe Length is 4 - 5The product code


Output

...

Valid Response

Code Block
languagejs
titleValid Response Sample
{
	"result": true,
	"data": [{
		_id: "5c9e2466ab9d56e06a390b81",
		code: "TESTP",
		name: "test product",
		description: null,
		scope: {
			acl: {
				manual: {
					endpointservice: {
						"1": {
							access: false
						}
					}
				}
			}
		},
		packages: [
			{
				code: "TESTP_TESTP",
				name: "test package",
				description: null,
				acl: {
					manual: {
						endpointservice: [
							{
								version: "1"
							}
						]
					}
				},
				_TTL: 604800000
			}
		]
	}]
}

...