GET api/orgMediaVw
Get all values from the MediaVw view
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
orgMediaVwDb| Name | Description | Type | Additional information |
|---|---|---|---|
| MediaID | integer |
Required |
|
| MediaURL | string |
Max length: 120 |
|
| MediaTypeID | byte |
None. |
|
| Comment | string |
Max length: 240 |
|
| IsActive | boolean |
Required |
|
| MediaType | string |
Max length: 20 |
|
| EntityName | string |
Required Max length: 100 |
|
| PlaceName | string |
Max length: 60 |
|
| PersonName | string |
Max length: 101 |
|
| Address1 | string |
Max length: 50 |
|
| Address2 | string |
Max length: 50 |
|
| Address | string |
Required Max length: 101 |
|
| City | string |
Max length: 30 |
|
| StateProvinceCode | string |
Max length: 2 |
|
| PostalCode | string |
Max length: 10 |
|
| CountryCode | string |
Max length: 3 |
|
| CSC | string |
Max length: 38 |
|
| CreatedBy | integer |
Required |
|
| CreatedDate | date |
Required |
|
| UpdatedBy | integer |
Required |
|
| UpdatedDate | date |
Required |
|
| results | Collection of ValidationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"results": null,
"MediaID": 1,
"MediaURL": "sample string 2",
"MediaTypeID": 64,
"Comment": "sample string 3",
"IsActive": true,
"MediaType": "sample string 5",
"EntityName": "sample string 6",
"PlaceName": "sample string 7",
"PersonName": "sample string 8",
"Address1": "sample string 9",
"Address2": "sample string 10",
"Address": "sample string 11",
"City": "sample string 12",
"StateProvinceCode": "sample string 13",
"PostalCode": "sample string 14",
"CountryCode": "sample string 15",
"CSC": "sample string 16",
"CreatedBy": 17,
"CreatedDate": "2025-12-06T23:39:57.9606213+00:00",
"UpdatedBy": 19,
"UpdatedDate": "2025-12-06T23:39:57.9606213+00:00"
}
application/xml, text/xml
Sample:
<orgMediaVwDb xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
<results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
<Address>sample string 11</Address>
<Address1>sample string 9</Address1>
<Address2>sample string 10</Address2>
<CSC>sample string 16</CSC>
<City>sample string 12</City>
<Comment>sample string 3</Comment>
<CountryCode>sample string 15</CountryCode>
<CreatedBy>17</CreatedBy>
<CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:39:57.9606213Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</CreatedDate>
<EntityName>sample string 6</EntityName>
<IsActive>true</IsActive>
<MediaID>1</MediaID>
<MediaType>sample string 5</MediaType>
<MediaTypeID>64</MediaTypeID>
<MediaURL>sample string 2</MediaURL>
<PersonName>sample string 8</PersonName>
<PlaceName>sample string 7</PlaceName>
<PostalCode>sample string 14</PostalCode>
<StateProvinceCode>sample string 13</StateProvinceCode>
<UpdatedBy>19</UpdatedBy>
<UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-06T23:39:57.9606213Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</UpdatedDate>
</orgMediaVwDb>