GET api/MediaBrowser/Media/{logicalName}/{id}?includeInactive={includeInactive}
Returns Media metadata for a CRM Entity Valid Entities: msr_home, msr_inspection, msr_area
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| logicalName |
Regarding entity logical name |
string |
Required |
| id |
Regarding entity id |
globally unique identifier |
Required |
| includeInactive |
whether or not to return child entities with a status of "Inactive" |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
MediaBrowserNode| Name | Description | Type | Additional information |
|---|---|---|---|
| text | string |
Optional |
|
| media | Collection of MediaBrowserMedia |
Optional |
|
| nodes | Collection of MediaBrowserNode |
Optional |
|
| referenceId | globally unique identifier |
Optional |
|
| referenceLogicalName | string |
Optional |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.