GET odata/Portal_Repositories

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Portal_Repository
NameDescriptionTypeAdditional information
RecordID

integer

None.

UserName

string

String length: inclusive between 0 and 50

ReportDesc

string

String length: inclusive between 0 and 150

ReportLocation

string

String length: inclusive between 0 and 255

ReportBinary

Collection of byte

None.

ReportType

string

String length: inclusive between 0 and 50

AllowTransfereeAccess

string

Required

String length: inclusive between 0 and 1

AllowClientAccess

string

Required

String length: inclusive between 0 and 1

AllowVendorAccess

string

Required

String length: inclusive between 0 and 1

UploadLocation

string

String length: inclusive between 0 and 50

AddedBy_ID

integer

None.

Added_On

date

None.

Modified_By

string

String length: inclusive between 0 and 50

Modified_On

date

None.

AuthorizationID

string

String length: inclusive between 0 and 50

DocCatID

integer

None.

IsPublicDoc

string

String length: inclusive between 0 and 1

DocNote

string

String length: inclusive between 0 and 250

SecondaryIDValue

string

String length: inclusive between 0 and 100

ID

integer

None.

Item

Object

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "RecordID": 1,
    "UserName": "sample string 2",
    "ReportDesc": "sample string 3",
    "ReportLocation": "sample string 4",
    "ReportBinary": "QEA=",
    "ReportType": "sample string 5",
    "AllowTransfereeAccess": "sample string 6",
    "AllowClientAccess": "sample string 7",
    "AllowVendorAccess": "sample string 8",
    "UploadLocation": "sample string 9",
    "AddedBy_ID": 1,
    "Added_On": "2025-05-09T17:57:53.6751305+00:00",
    "Modified_By": "sample string 10",
    "Modified_On": "2025-05-09T17:57:53.6751305+00:00",
    "AuthorizationID": "sample string 11",
    "DocCatID": 1,
    "IsPublicDoc": "sample string 12",
    "DocNote": "sample string 13",
    "SecondaryIDValue": "sample string 14",
    "ID": 15
  }
]

application/xml, text/xml

Sample:
<ArrayOfPortal_Repository xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <Portal_Repository i:nil="true" />
  <Portal_Repository>
    <AddedBy_ID>1</AddedBy_ID>
    <Added_On>2025-05-09T17:57:53.6751305+00:00</Added_On>
    <AllowClientAccess>sample string 7</AllowClientAccess>
    <AllowTransfereeAccess>sample string 6</AllowTransfereeAccess>
    <AllowVendorAccess>sample string 8</AllowVendorAccess>
    <AuthorizationID>sample string 11</AuthorizationID>
    <DocCatID>1</DocCatID>
    <DocNote>sample string 13</DocNote>
    <ID>15</ID>
    <IsPublicDoc>sample string 12</IsPublicDoc>
    <Modified_By>sample string 10</Modified_By>
    <Modified_On>2025-05-09T17:57:53.6751305+00:00</Modified_On>
    <RecordID>1</RecordID>
    <ReportBinary>QEA=</ReportBinary>
    <ReportDesc>sample string 3</ReportDesc>
    <ReportLocation>sample string 4</ReportLocation>
    <ReportType>sample string 5</ReportType>
    <SecondaryIDValue>sample string 14</SecondaryIDValue>
    <UploadLocation>sample string 9</UploadLocation>
    <UserName>sample string 2</UserName>
  </Portal_Repository>
</ArrayOfPortal_Repository>