GET odata/OA_Requests
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OA_RequestName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
ContactName | string |
String length: inclusive between 0 and 75 |
|
ContactNumber | string |
String length: inclusive between 0 and 40 |
|
Status | string |
Required String length: inclusive between 0 and 50 |
|
AddedOn | date |
None. |
|
AddedBy | integer |
None. |
|
ModifiedOn | date |
None. |
|
ModifiedBy | integer |
None. |
|
Comment | string |
String length: inclusive between 0 and 4000 |
|
Instructions | string |
String length: inclusive between 0 and 500 |
|
ContactDate | date |
None. |
|
MTAuthorizationID | string |
String length: inclusive between 0 and 50 |
|
User1 | string |
String length: inclusive between 0 and 100 |
|
User2 | string |
String length: inclusive between 0 and 100 |
|
User3 | string |
String length: inclusive between 0 and 100 |
|
User4 | string |
String length: inclusive between 0 and 100 |
|
User5 | string |
String length: inclusive between 0 and 100 |
|
User6 | date |
None. |
|
User7 | date |
None. |
|
User8 | date |
None. |
|
User9 | date |
None. |
|
User10 | date |
None. |
|
User11 | decimal number |
None. |
|
User12 | decimal number |
None. |
|
User13 | decimal number |
None. |
|
User14 | decimal number |
None. |
|
User15 | decimal number |
None. |
|
OriginalOASubmitDate | date |
None. |
|
OriginalOAApprovalDate | date |
None. |
|
DenyReason | string |
String length: inclusive between 0 and 500 |
|
OARPageID | integer |
None. |
|
DeckID | integer |
None. |
|
DeckName | string |
String length: inclusive between 0 and 100 |
|
ENTITY_ID | integer |
None. |
|
Item | Object |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "ID": 1, "ContactName": "sample string 2", "ContactNumber": "sample string 3", "Status": "sample string 4", "AddedOn": "2025-05-09T17:50:14.5772163+00:00", "AddedBy": 6, "ModifiedOn": "2025-05-09T17:50:14.5772163+00:00", "ModifiedBy": 1, "Comment": "sample string 7", "Instructions": "sample string 8", "ContactDate": "2025-05-09T17:50:14.5772163+00:00", "MTAuthorizationID": "sample string 9", "User1": "sample string 10", "User2": "sample string 11", "User3": "sample string 12", "User4": "sample string 13", "User5": "sample string 14", "User6": "2025-05-09T17:50:14.5772163+00:00", "User7": "2025-05-09T17:50:14.5772163+00:00", "User8": "2025-05-09T17:50:14.5772163+00:00", "User9": "2025-05-09T17:50:14.5772163+00:00", "User10": "2025-05-09T17:50:14.5772163+00:00", "User11": 1.0, "User12": 1.0, "User13": 1.0, "User14": 1.0, "User15": 1.0, "OriginalOASubmitDate": "2025-05-09T17:50:14.5772163+00:00", "OriginalOAApprovalDate": "2025-05-09T17:50:14.5772163+00:00", "DenyReason": "sample string 15", "OARPageID": 16, "DeckID": 1, "DeckName": "sample string 17", "ENTITY_ID": 18 } ]
application/xml, text/xml
Sample:
<ArrayOfOA_Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <OA_Request i:nil="true" /> <OA_Request> <AddedBy>6</AddedBy> <AddedOn>2025-05-09T17:50:14.5772163+00:00</AddedOn> <Comment>sample string 7</Comment> <ContactDate>2025-05-09T17:50:14.5772163+00:00</ContactDate> <ContactName>sample string 2</ContactName> <ContactNumber>sample string 3</ContactNumber> <DeckID>1</DeckID> <DeckName>sample string 17</DeckName> <DenyReason>sample string 15</DenyReason> <ENTITY_ID>18</ENTITY_ID> <ID>1</ID> <Instructions>sample string 8</Instructions> <MTAuthorizationID>sample string 9</MTAuthorizationID> <ModifiedBy>1</ModifiedBy> <ModifiedOn>2025-05-09T17:50:14.5772163+00:00</ModifiedOn> <OARPageID>16</OARPageID> <OriginalOAApprovalDate>2025-05-09T17:50:14.5772163+00:00</OriginalOAApprovalDate> <OriginalOASubmitDate>2025-05-09T17:50:14.5772163+00:00</OriginalOASubmitDate> <Status>sample string 4</Status> <User1>sample string 10</User1> <User10>2025-05-09T17:50:14.5772163+00:00</User10> <User11>1</User11> <User12>1</User12> <User13>1</User13> <User14>1</User14> <User15>1</User15> <User2>sample string 11</User2> <User3>sample string 12</User3> <User4>sample string 13</User4> <User5>sample string 14</User5> <User6>2025-05-09T17:50:14.5772163+00:00</User6> <User7>2025-05-09T17:50:14.5772163+00:00</User7> <User8>2025-05-09T17:50:14.5772163+00:00</User8> <User9>2025-05-09T17:50:14.5772163+00:00</User9> </OA_Request> </ArrayOfOA_Request>