SecurityBatchTypes Test
Security/BatchTypes
Get all batch type/user group mappings valid for the context usergroup.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/BatchTypes

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of BatchTypeUserGroup

Response object type Collection of BatchTypeUserGroup has the following properties.
Property Name Data Type Length Required Readonly Notes
BatchType BatchTypeSummary N
FK: TR_BATCH_TYPE.id   Resource: BatchTypes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Id integer N
UpdatedBy string N
UpdatedDateTime date N
UserGroupId string N
[
  {
    "CreatedDateTime": "2025-04-24T04:39:32.5809089-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T04:39:32.5809089-07:00",
    "UpdatedBy": "sample string 3",
    "BatchType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "CntlIndicator": true,
      "Category": 1
    },
    "UserGroupId": "sample string 4"
  },
  {
    "CreatedDateTime": "2025-04-24T04:39:32.5809089-07:00",
    "CreateLocation": "sample string 1",
    "CreatedBy": "sample string 2",
    "Id": 1,
    "UpdatedDateTime": "2025-04-24T04:39:32.5809089-07:00",
    "UpdatedBy": "sample string 3",
    "BatchType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true,
      "CntlIndicator": true,
      "Category": 1
    },
    "UserGroupId": "sample string 4"
  }
]
<BatchTypeUserGroups xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BatchTypeUserGroup>
    <BatchType>
      <Category>1</Category>
      <CntlIndicator>true</CntlIndicator>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </BatchType>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:39:32.5809089-07:00</CreatedDateTime>
    <Id>1</Id>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:39:32.5809089-07:00</UpdatedDateTime>
    <UserGroupId>sample string 4</UserGroupId>
  </BatchTypeUserGroup>
  <BatchTypeUserGroup>
    <BatchType>
      <Category>1</Category>
      <CntlIndicator>true</CntlIndicator>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </BatchType>
    <CreateLocation>sample string 1</CreateLocation>
    <CreatedBy>sample string 2</CreatedBy>
    <CreatedDateTime>2025-04-24T04:39:32.5809089-07:00</CreatedDateTime>
    <Id>1</Id>
    <UpdatedBy>sample string 3</UpdatedBy>
    <UpdatedDateTime>2025-04-24T04:39:32.5809089-07:00</UpdatedDateTime>
    <UserGroupId>sample string 4</UserGroupId>
  </BatchTypeUserGroup>
</BatchTypeUserGroups>

No entries in change log for this operation.