POST api/WebApp/GetAPIElementAssociation

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfListOfAPIElementAssociationPayload
NameDescriptionTypeAdditional information
ReturnValue

Collection of APIElementAssociationPayload

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": [
    {
      "Action": "sample string 1",
      "APIMultiselectElements": [
        {
          "ID": 1,
          "ElementID": 2,
          "ElementValue": "sample string 3",
          "Active": "sample string 4",
          "CreatedBy": "sample string 5",
          "CreatedDate": "2024-11-27T20:12:19.1245416+03:00",
          "ModifiedBy": "sample string 7",
          "ModifiedDate": "2024-11-27T20:12:19.1245416+03:00",
          "RecOwnerOrgID": 9
        },
        {
          "ID": 1,
          "ElementID": 2,
          "ElementValue": "sample string 3",
          "Active": "sample string 4",
          "CreatedBy": "sample string 5",
          "CreatedDate": "2024-11-27T20:12:19.1245416+03:00",
          "ModifiedBy": "sample string 7",
          "ModifiedDate": "2024-11-27T20:12:19.1245416+03:00",
          "RecOwnerOrgID": 9
        }
      ],
      "ElementID": 2,
      "APIID": 3,
      "OrganizationID": 4,
      "ElementName": "sample string 5",
      "ElementType": "sample string 6",
      "MultiselectElement": "sample string 7",
      "ConditionalOnElement": "sample string 8",
      "ConditionalOnElementValue": "sample string 9",
      "Active": "sample string 10",
      "CreatedBy": "sample string 11",
      "CreatedDate": "2024-11-27T20:12:19.1245416+03:00",
      "ModifiedBy": "sample string 13",
      "ModifiedDate": "2024-11-27T20:12:19.1245416+03:00",
      "RecOwnerOrgID": 15
    },
    {
      "Action": "sample string 1",
      "APIMultiselectElements": [
        {
          "ID": 1,
          "ElementID": 2,
          "ElementValue": "sample string 3",
          "Active": "sample string 4",
          "CreatedBy": "sample string 5",
          "CreatedDate": "2024-11-27T20:12:19.1245416+03:00",
          "ModifiedBy": "sample string 7",
          "ModifiedDate": "2024-11-27T20:12:19.1245416+03:00",
          "RecOwnerOrgID": 9
        },
        {
          "ID": 1,
          "ElementID": 2,
          "ElementValue": "sample string 3",
          "Active": "sample string 4",
          "CreatedBy": "sample string 5",
          "CreatedDate": "2024-11-27T20:12:19.1245416+03:00",
          "ModifiedBy": "sample string 7",
          "ModifiedDate": "2024-11-27T20:12:19.1245416+03:00",
          "RecOwnerOrgID": 9
        }
      ],
      "ElementID": 2,
      "APIID": 3,
      "OrganizationID": 4,
      "ElementName": "sample string 5",
      "ElementType": "sample string 6",
      "MultiselectElement": "sample string 7",
      "ConditionalOnElement": "sample string 8",
      "ConditionalOnElementValue": "sample string 9",
      "Active": "sample string 10",
      "CreatedBy": "sample string 11",
      "CreatedDate": "2024-11-27T20:12:19.1245416+03:00",
      "ModifiedBy": "sample string 13",
      "ModifiedDate": "2024-11-27T20:12:19.1245416+03:00",
      "RecOwnerOrgID": 15
    }
  ],
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T20:12:19.1245416+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfArrayOfAPIElementAssociationPayloadfZ5PIblm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Payloads">
    <d2p1:APIElementAssociationPayload>
      <APIID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">3</APIID>
      <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 10</Active>
      <ConditionalOnElement xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 8</ConditionalOnElement>
      <ConditionalOnElementValue xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 9</ConditionalOnElementValue>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 11</CreatedBy>
      <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">2024-11-27T20:12:19.1245416+03:00</CreatedDate>
      <ElementID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">2</ElementID>
      <ElementName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 5</ElementName>
      <ElementType xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 6</ElementType>
      <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 13</ModifiedBy>
      <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">2024-11-27T20:12:19.1245416+03:00</ModifiedDate>
      <MultiselectElement xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 7</MultiselectElement>
      <OrganizationID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">4</OrganizationID>
      <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">15</RecOwnerOrgID>
      <d2p1:APIMultiselectElements xmlns:d4p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">
        <d4p1:API_APIMultiselectElements>
          <d4p1:Active>sample string 4</d4p1:Active>
          <d4p1:CreatedBy>sample string 5</d4p1:CreatedBy>
          <d4p1:CreatedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:CreatedDate>
          <d4p1:ElementID>2</d4p1:ElementID>
          <d4p1:ElementValue>sample string 3</d4p1:ElementValue>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:ModifiedBy>sample string 7</d4p1:ModifiedBy>
          <d4p1:ModifiedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:ModifiedDate>
          <d4p1:RecOwnerOrgID>9</d4p1:RecOwnerOrgID>
        </d4p1:API_APIMultiselectElements>
        <d4p1:API_APIMultiselectElements>
          <d4p1:Active>sample string 4</d4p1:Active>
          <d4p1:CreatedBy>sample string 5</d4p1:CreatedBy>
          <d4p1:CreatedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:CreatedDate>
          <d4p1:ElementID>2</d4p1:ElementID>
          <d4p1:ElementValue>sample string 3</d4p1:ElementValue>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:ModifiedBy>sample string 7</d4p1:ModifiedBy>
          <d4p1:ModifiedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:ModifiedDate>
          <d4p1:RecOwnerOrgID>9</d4p1:RecOwnerOrgID>
        </d4p1:API_APIMultiselectElements>
      </d2p1:APIMultiselectElements>
      <d2p1:Action>sample string 1</d2p1:Action>
    </d2p1:APIElementAssociationPayload>
    <d2p1:APIElementAssociationPayload>
      <APIID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">3</APIID>
      <Active xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 10</Active>
      <ConditionalOnElement xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 8</ConditionalOnElement>
      <ConditionalOnElementValue xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 9</ConditionalOnElementValue>
      <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 11</CreatedBy>
      <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">2024-11-27T20:12:19.1245416+03:00</CreatedDate>
      <ElementID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">2</ElementID>
      <ElementName xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 5</ElementName>
      <ElementType xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 6</ElementType>
      <ModifiedBy xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 13</ModifiedBy>
      <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">2024-11-27T20:12:19.1245416+03:00</ModifiedDate>
      <MultiselectElement xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">sample string 7</MultiselectElement>
      <OrganizationID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">4</OrganizationID>
      <RecOwnerOrgID xmlns="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">15</RecOwnerOrgID>
      <d2p1:APIMultiselectElements xmlns:d4p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.API">
        <d4p1:API_APIMultiselectElements>
          <d4p1:Active>sample string 4</d4p1:Active>
          <d4p1:CreatedBy>sample string 5</d4p1:CreatedBy>
          <d4p1:CreatedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:CreatedDate>
          <d4p1:ElementID>2</d4p1:ElementID>
          <d4p1:ElementValue>sample string 3</d4p1:ElementValue>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:ModifiedBy>sample string 7</d4p1:ModifiedBy>
          <d4p1:ModifiedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:ModifiedDate>
          <d4p1:RecOwnerOrgID>9</d4p1:RecOwnerOrgID>
        </d4p1:API_APIMultiselectElements>
        <d4p1:API_APIMultiselectElements>
          <d4p1:Active>sample string 4</d4p1:Active>
          <d4p1:CreatedBy>sample string 5</d4p1:CreatedBy>
          <d4p1:CreatedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:CreatedDate>
          <d4p1:ElementID>2</d4p1:ElementID>
          <d4p1:ElementValue>sample string 3</d4p1:ElementValue>
          <d4p1:ID>1</d4p1:ID>
          <d4p1:ModifiedBy>sample string 7</d4p1:ModifiedBy>
          <d4p1:ModifiedDate>2024-11-27T20:12:19.1245416+03:00</d4p1:ModifiedDate>
          <d4p1:RecOwnerOrgID>9</d4p1:RecOwnerOrgID>
        </d4p1:API_APIMultiselectElements>
      </d2p1:APIMultiselectElements>
      <d2p1:Action>sample string 1</d2p1:Action>
    </d2p1:APIElementAssociationPayload>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfArrayOfAPIElementAssociationPayloadfZ5PIblm>