GET {version}/GetCallSheetTemplates

Get Call Sheet Templates

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

None.

Response Information

Resource Description

List of Call Sheet Templates

Collection of CallSheetTemplate
NameDescriptionTypeAdditional 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": "6ae793bb-46b0-47ee-a8ed-2d18f96cc41a",
    "TempId": "5dc4a34a-f7c9-479e-9eed-7e14773f5bf5",
    "TemplateName": "sample string 3",
    "OutputFormat": "sample string 4",
    "LastModifiedBy": "sample string 5",
    "LastModifiedOn": "sample string 6",
    "Sections": [
      {
        "Id": "cfd0325f-e94f-404b-9cb2-9951ec58266d",
        "Name": "sample string 2",
        "Order": 3,
        "Include": true,
        "Options": [
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          },
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          }
        ]
      },
      {
        "Id": "cfd0325f-e94f-404b-9cb2-9951ec58266d",
        "Name": "sample string 2",
        "Order": 3,
        "Include": true,
        "Options": [
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          },
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          }
        ]
      }
    ],
    "HeaderImage": {
      "Id": "bb081f61-e964-4f23-bbd1-60cd38d9aecc",
      "Name": "sample string 2",
      "DatabaseId": "d936bc00-d579-4b7c-8aa3-5e98fae4ddd0",
      "FileCMURL": "FileManager/FileHandler.ashx?Id=bb081f61-e964-4f23-bbd1-60cd38d9aecc&DbId=d936bc00-d579-4b7c-8aa3-5e98fae4ddd0",
      "FileURL": "sample string 4",
      "FileData": "sample string 5",
      "Createdon": "sample string 6",
      "FileContent": "QEA=",
      "Deleted": true,
      "MimeType": "sample string 8",
      "FolderId": "35abaef9-aa47-4c79-80a2-764a08d66aa2"
    }
  },
  {
    "TemplateId": "6ae793bb-46b0-47ee-a8ed-2d18f96cc41a",
    "TempId": "5dc4a34a-f7c9-479e-9eed-7e14773f5bf5",
    "TemplateName": "sample string 3",
    "OutputFormat": "sample string 4",
    "LastModifiedBy": "sample string 5",
    "LastModifiedOn": "sample string 6",
    "Sections": [
      {
        "Id": "cfd0325f-e94f-404b-9cb2-9951ec58266d",
        "Name": "sample string 2",
        "Order": 3,
        "Include": true,
        "Options": [
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          },
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          }
        ]
      },
      {
        "Id": "cfd0325f-e94f-404b-9cb2-9951ec58266d",
        "Name": "sample string 2",
        "Order": 3,
        "Include": true,
        "Options": [
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          },
          {
            "Id": "9ce47f0f-4b82-4561-9fd0-6d26c6336945",
            "Value": "sample string 2",
            "Name": "sample string 3"
          }
        ]
      }
    ],
    "HeaderImage": {
      "Id": "bb081f61-e964-4f23-bbd1-60cd38d9aecc",
      "Name": "sample string 2",
      "DatabaseId": "d936bc00-d579-4b7c-8aa3-5e98fae4ddd0",
      "FileCMURL": "FileManager/FileHandler.ashx?Id=bb081f61-e964-4f23-bbd1-60cd38d9aecc&DbId=d936bc00-d579-4b7c-8aa3-5e98fae4ddd0",
      "FileURL": "sample string 4",
      "FileData": "sample string 5",
      "Createdon": "sample string 6",
      "FileContent": "QEA=",
      "Deleted": true,
      "MimeType": "sample string 8",
      "FolderId": "35abaef9-aa47-4c79-80a2-764a08d66aa2"
    }
  }
]

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>d936bc00-d579-4b7c-8aa3-5e98fae4ddd0</DatabaseId>
      <Deleted>true</Deleted>
      <FileContent>QEA=</FileContent>
      <FileData>sample string 5</FileData>
      <FileURL>sample string 4</FileURL>
      <FolderId>35abaef9-aa47-4c79-80a2-764a08d66aa2</FolderId>
      <Id>bb081f61-e964-4f23-bbd1-60cd38d9aecc</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>cfd0325f-e94f-404b-9cb2-9951ec58266d</Id>
        <Include>true</Include>
        <Name>sample string 2</Name>
        <Options>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
        </Options>
        <Order>3</Order>
      </TemplateSection>
      <TemplateSection>
        <Id>cfd0325f-e94f-404b-9cb2-9951ec58266d</Id>
        <Include>true</Include>
        <Name>sample string 2</Name>
        <Options>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
        </Options>
        <Order>3</Order>
      </TemplateSection>
    </Sections>
    <TempId>5dc4a34a-f7c9-479e-9eed-7e14773f5bf5</TempId>
    <TemplateId>6ae793bb-46b0-47ee-a8ed-2d18f96cc41a</TemplateId>
    <TemplateName>sample string 3</TemplateName>
  </CallSheetTemplate>
  <CallSheetTemplate>
    <HeaderImage>
      <Createdon>sample string 6</Createdon>
      <DatabaseId>d936bc00-d579-4b7c-8aa3-5e98fae4ddd0</DatabaseId>
      <Deleted>true</Deleted>
      <FileContent>QEA=</FileContent>
      <FileData>sample string 5</FileData>
      <FileURL>sample string 4</FileURL>
      <FolderId>35abaef9-aa47-4c79-80a2-764a08d66aa2</FolderId>
      <Id>bb081f61-e964-4f23-bbd1-60cd38d9aecc</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>cfd0325f-e94f-404b-9cb2-9951ec58266d</Id>
        <Include>true</Include>
        <Name>sample string 2</Name>
        <Options>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
        </Options>
        <Order>3</Order>
      </TemplateSection>
      <TemplateSection>
        <Id>cfd0325f-e94f-404b-9cb2-9951ec58266d</Id>
        <Include>true</Include>
        <Name>sample string 2</Name>
        <Options>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
          <SectionConfiguration>
            <Id>9ce47f0f-4b82-4561-9fd0-6d26c6336945</Id>
            <Name>sample string 3</Name>
            <Value>sample string 2</Value>
          </SectionConfiguration>
        </Options>
        <Order>3</Order>
      </TemplateSection>
    </Sections>
    <TempId>5dc4a34a-f7c9-479e-9eed-7e14773f5bf5</TempId>
    <TemplateId>6ae793bb-46b0-47ee-a8ed-2d18f96cc41a</TemplateId>
    <TemplateName>sample string 3</TemplateName>
  </CallSheetTemplate>
</ArrayOfCallSheetTemplate>