GET {version}/GetCallSheetTemplateDetails?id={id}
Get Call Sheet Template Details
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Get Call Sheet Template Details
CallSheetTemplateName | Description | Type | Additional information |
---|---|---|---|
TemplateId | globally unique identifier |
None. |
|
TempId | globally unique identifier |
None. |
|
TemplateName | string |
None. |
|
OutputFormat | string |
None. |
|
LastModifiedBy | string |
None. |
|
LastModifiedOn | string |
None. |
|
Sections | Collection of TemplateSection |
None. |
|
HeaderImage | File |
None. |
Response Formats
application/json, text/json
Sample:
{ "TemplateId": "cd8c4810-a599-46ba-b7be-0a53a30cedbf", "TempId": "29f76497-11b5-4d8b-b542-703fb22e59f7", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "9950ca74-87d1-4559-b7e9-36f9a98653a2", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "618a181e-2283-461d-aa46-55f099e69d93", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "618a181e-2283-461d-aa46-55f099e69d93", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "9950ca74-87d1-4559-b7e9-36f9a98653a2", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "618a181e-2283-461d-aa46-55f099e69d93", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "618a181e-2283-461d-aa46-55f099e69d93", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "80e27c80-e8c6-4013-9c28-85165a5c1ed6", "Name": "sample string 2", "DatabaseId": "9224e952-8c7d-4e2f-8e3c-2fbf447d543a", "FileCMURL": "FileManager/FileHandler.ashx?Id=80e27c80-e8c6-4013-9c28-85165a5c1ed6&DbId=9224e952-8c7d-4e2f-8e3c-2fbf447d543a", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "1f96e588-dcdb-47bd-8480-f1a69476b708" } }
application/xml, text/xml
Sample:
<CallSheetTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <HeaderImage> <Createdon>sample string 6</Createdon> <DatabaseId>9224e952-8c7d-4e2f-8e3c-2fbf447d543a</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>1f96e588-dcdb-47bd-8480-f1a69476b708</FolderId> <Id>80e27c80-e8c6-4013-9c28-85165a5c1ed6</Id> <MimeType>sample string 8</MimeType> <Name>sample string 2</Name> </HeaderImage> <LastModifiedBy>sample string 5</LastModifiedBy> <LastModifiedOn>sample string 6</LastModifiedOn> <OutputFormat>sample string 4</OutputFormat> <Sections> <TemplateSection> <Id>9950ca74-87d1-4559-b7e9-36f9a98653a2</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>618a181e-2283-461d-aa46-55f099e69d93</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>618a181e-2283-461d-aa46-55f099e69d93</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>9950ca74-87d1-4559-b7e9-36f9a98653a2</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>618a181e-2283-461d-aa46-55f099e69d93</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>618a181e-2283-461d-aa46-55f099e69d93</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>29f76497-11b5-4d8b-b542-703fb22e59f7</TempId> <TemplateId>cd8c4810-a599-46ba-b7be-0a53a30cedbf</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate>