POST backofficeapi/configuratorecontroller/getheaderinfo
Request Information
URI Parameters
None.
Body Parameters
BodyParamName | Description | Type | Additional information |
---|---|---|---|
authtoken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "authtoken": "sample string 1" }
text/xml
Sample:
<ConfiguratoreLiberoController.BodyParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WscPrinter.ControllersApi.Integration"> <authtoken>sample string 1</authtoken> </ConfiguratoreLiberoController.BodyParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProjectComponentModelName | Description | Type | Additional information |
---|---|---|---|
Project | ProjectType |
None. |
|
Component | ComponentType |
None. |
Response Formats
application/json, text/json
Sample:
{ "Project": { "Projects": [ { "RowId": 1, "CategoryId": 2, "Name": "sample string 3", "Type": "sample string 4" }, { "RowId": 1, "CategoryId": 2, "Name": "sample string 3", "Type": "sample string 4" } ], "Categories": [ { "RowId": 1, "Name": "sample string 2", "Type": "sample string 3" }, { "RowId": 1, "Name": "sample string 2", "Type": "sample string 3" } ] }, "Component": { "Components": [ { "RowId": 1, "CategoryId": 2, "Name": "sample string 3", "Type": "sample string 4" }, { "RowId": 1, "CategoryId": 2, "Name": "sample string 3", "Type": "sample string 4" } ], "Categories": [ { "RowId": 1, "Name": "sample string 2", "Type": "sample string 3" }, { "RowId": 1, "Name": "sample string 2", "Type": "sample string 3" } ] } }
text/xml
Sample:
<ProjectComponentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WscPrinter.Models.Integration.ApiConfigLibero"> <Component> <Categories> <Category> <Name>sample string 2</Name> <RowId>1</RowId> <Type>sample string 3</Type> </Category> <Category> <Name>sample string 2</Name> <RowId>1</RowId> <Type>sample string 3</Type> </Category> </Categories> <Components> <ProjectComponent> <CategoryId>2</CategoryId> <Name>sample string 3</Name> <RowId>1</RowId> <Type>sample string 4</Type> </ProjectComponent> <ProjectComponent> <CategoryId>2</CategoryId> <Name>sample string 3</Name> <RowId>1</RowId> <Type>sample string 4</Type> </ProjectComponent> </Components> </Component> <Project> <Categories> <Category> <Name>sample string 2</Name> <RowId>1</RowId> <Type>sample string 3</Type> </Category> <Category> <Name>sample string 2</Name> <RowId>1</RowId> <Type>sample string 3</Type> </Category> </Categories> <Projects> <ProjectComponent> <CategoryId>2</CategoryId> <Name>sample string 3</Name> <RowId>1</RowId> <Type>sample string 4</Type> </ProjectComponent> <ProjectComponent> <CategoryId>2</CategoryId> <Name>sample string 3</Name> <RowId>1</RowId> <Type>sample string 4</Type> </ProjectComponent> </Projects> </Project> </ProjectComponentModel>