GET {version}/GetCallSheetTemplates
Get Call Sheet Templates
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
List of Call Sheet Templates
Collection of 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": "e2445384-537b-4df8-9419-e991ab0ceed3", "TempId": "1b1fdb12-3a86-443f-97a5-f735e5ad91fa", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "51289060-f308-41d1-b8bd-162dcdd56684", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "51289060-f308-41d1-b8bd-162dcdd56684", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "f465864b-aae8-4b6a-91a2-1699bc0e26a6", "Name": "sample string 2", "DatabaseId": "da94cff4-6062-4752-9a29-644b5a97a10b", "FileCMURL": "FileManager/FileHandler.ashx?Id=f465864b-aae8-4b6a-91a2-1699bc0e26a6&DbId=da94cff4-6062-4752-9a29-644b5a97a10b", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "2151f31d-5aab-4f3a-bfed-ad93499d764d" } }, { "TemplateId": "e2445384-537b-4df8-9419-e991ab0ceed3", "TempId": "1b1fdb12-3a86-443f-97a5-f735e5ad91fa", "TemplateName": "sample string 3", "OutputFormat": "sample string 4", "LastModifiedBy": "sample string 5", "LastModifiedOn": "sample string 6", "Sections": [ { "Id": "51289060-f308-41d1-b8bd-162dcdd56684", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" } ] }, { "Id": "51289060-f308-41d1-b8bd-162dcdd56684", "Name": "sample string 2", "Order": 3, "Include": true, "Options": [ { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" }, { "Id": "299c8efc-6b6b-429a-acae-2daed76b50a6", "Value": "sample string 2", "Name": "sample string 3" } ] } ], "HeaderImage": { "Id": "f465864b-aae8-4b6a-91a2-1699bc0e26a6", "Name": "sample string 2", "DatabaseId": "da94cff4-6062-4752-9a29-644b5a97a10b", "FileCMURL": "FileManager/FileHandler.ashx?Id=f465864b-aae8-4b6a-91a2-1699bc0e26a6&DbId=da94cff4-6062-4752-9a29-644b5a97a10b", "FileURL": "sample string 4", "FileData": "sample string 5", "Createdon": "sample string 6", "FileContent": "QEA=", "Deleted": true, "MimeType": "sample string 8", "FolderId": "2151f31d-5aab-4f3a-bfed-ad93499d764d" } } ]
application/xml, text/xml
Sample:
<ArrayOfCallSheetTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model"> <CallSheetTemplate> <HeaderImage> <Createdon>sample string 6</Createdon> <DatabaseId>da94cff4-6062-4752-9a29-644b5a97a10b</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>2151f31d-5aab-4f3a-bfed-ad93499d764d</FolderId> <Id>f465864b-aae8-4b6a-91a2-1699bc0e26a6</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>51289060-f308-41d1-b8bd-162dcdd56684</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>51289060-f308-41d1-b8bd-162dcdd56684</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>1b1fdb12-3a86-443f-97a5-f735e5ad91fa</TempId> <TemplateId>e2445384-537b-4df8-9419-e991ab0ceed3</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate> <CallSheetTemplate> <HeaderImage> <Createdon>sample string 6</Createdon> <DatabaseId>da94cff4-6062-4752-9a29-644b5a97a10b</DatabaseId> <Deleted>true</Deleted> <FileContent>QEA=</FileContent> <FileData>sample string 5</FileData> <FileURL>sample string 4</FileURL> <FolderId>2151f31d-5aab-4f3a-bfed-ad93499d764d</FolderId> <Id>f465864b-aae8-4b6a-91a2-1699bc0e26a6</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>51289060-f308-41d1-b8bd-162dcdd56684</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> <TemplateSection> <Id>51289060-f308-41d1-b8bd-162dcdd56684</Id> <Include>true</Include> <Name>sample string 2</Name> <Options> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> <SectionConfiguration> <Id>299c8efc-6b6b-429a-acae-2daed76b50a6</Id> <Name>sample string 3</Name> <Value>sample string 2</Value> </SectionConfiguration> </Options> <Order>3</Order> </TemplateSection> </Sections> <TempId>1b1fdb12-3a86-443f-97a5-f735e5ad91fa</TempId> <TemplateId>e2445384-537b-4df8-9419-e991ab0ceed3</TemplateId> <TemplateName>sample string 3</TemplateName> </CallSheetTemplate> </ArrayOfCallSheetTemplate>