API
Data API
Brands
methods allow you to get a list of portal brands or information on a specific brand get get /brands return a list of brands { "tab" "request", "url" "https //instance name/api/data/v1 0/brands/", "name" "request example", "method" "get", "request" { "pathparameters" \[], "queryparameters" \[], "headerparameters" \[ { "kind" "required", "name" "authorization", "type" "string", "description" "string in \\"token xxxxxx \\" format " } ], "bodydataparameters" \[ { "kind" "optional", "name" "limit", "type" "integer", "description" "the number of results to return per page " }, { "kind" "optional", "name" "offset", "type" "integer", "description" "the initial index from which to return the results " } ], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "fj3zsbaijz6tuvfi40xny", "code" "{\n \\"count\\" 100,\n \\"next\\" \\"https //test eyrene com/api/data/v1 0/brands/?limit=30\&offset=30\\",\n \\"previous\\"\ null,\n \\"results\\" \[\n {\n \\"id\\" 31,\n \\"name\\" \\"alpen gold\\"\n },\n {\n \\"id\\" 32,\n \\"name\\" \\"bonvida\\"\n },\n {\n \\"id\\" 33,\n \\"name\\" \\"bushido\\"\n },\n {\n \\"id\\" 34,\n \\"name\\" \\"carte noire\\"\n },\n {\n \\"id\\" 35,\n \\"name\\" \\"davidoff coffee\\"\n },\n {\n \\"id\\" 36,\n \\"name\\" \\"dirol\\"\n },\n {\n \\"id\\" 37,\n \\"name\\" \\"dolce albero\\"\n }\\" \\"\n ]\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "fj3zsbaijz6tuvfi40xny" }, "examples" { "languages" \[ { "id" "dpmodah zaotktusexn5x", "code" "curl –i –x get\n https //test eyrene com/api/data/v1 0/brands/\n h ‘authorization token 39fbb6e9 fbf9 459a 9e1b 416dbcf51875e’ \n –f \\"limit=30\\" \\\\\n –f \\"offset=30\\" ", "language" "curl", "customlabel" "" } ], "selectedlanguageid" "dpmodah zaotktusexn5x" }, "description" "get /brands", "currentnewparameter" { "label" "body parameter", "value" "bodydataparameters" } } response parameters ​ https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents list#response definitions count integer the number of brands next string (uri) nullable nullable next page previous string (uri) nullable nullable previous page results array of objects an array of objects with information about brands id integer brand id name string \[ 1 255 ] characters \[ 1 255 ] characters brand name get get /brands/{id} return information about the brand by id { "tab" "request", "url" "https //instance name/api/data/v1 0/brand/{id}", "name" "request example", "method" "get", "request" { "pathparameters" \[ { "kind" "required", "name" "id", "type" "string", "description" "brand id " } ], "queryparameters" \[], "headerparameters" \[ { "kind" "required", "name" "authorization", "type" "string", "description" "string in \\"token xxxxxx \\" format " } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "fj3zsbaijz6tuvfi40xny", "code" "{\n \\"id\\" 19765,\n \\"name\\" \\"bushido\\"\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "fj3zsbaijz6tuvfi40xny" }, "examples" { "languages" \[ { "id" "dpmodah zaotktusexn5x", "code" "curl –i –x get\n https //test eyrene com/api/data/v1 0/brands/19765/\n h ‘authorization token 39fbb6e9 fbf9 459a 9e1b 416dbcf51875e’ \n –f \\"limit=3\\" \\\\\n –f \\"offset=0\\" ", "language" "curl", "customlabel" "" } ], "selectedlanguageid" "dpmodah zaotktusexn5x" }, "description" "get /brand/{id}", "currentnewparameter" { "label" "path parameter", "value" "pathparameters" } } response parameters ​ https //help inspector cloud com/en/docs/api/backend/methods/v1/agents/agents read#response definitions id integer brand id name string \[ 1 255 ] characters \[ 1 255 ] characters brand name