POST webapi/root/Forms?formResultsID={formResultsID}
Links FormResults with Media. Skips Media that did not exist.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| formResultsID | Unique ID of the FormResults into which to link Media objects. Required. |
Define this parameter in the request URI. |
| mediaIDList | List of unique IDs of Media linked to FormResults. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "84abb82b-6b74-4900-9413-cd5c9153708d", "56d4dca9-2f1f-4d36-b98f-553279dc25a0", "53a1a1a0-a1e6-462a-85e5-5d6c46d513cb" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>84abb82b-6b74-4900-9413-cd5c9153708d</guid> <guid>56d4dca9-2f1f-4d36-b98f-553279dc25a0</guid> <guid>53a1a1a0-a1e6-462a-85e5-5d6c46d513cb</guid> </ArrayOfguid>
Response Information
Response body formats
application/json, text/json
Sample:
[
null,
{
"MediaID": "4e787e13-6359-4cf5-8e11-e74efe515303",
"FilePath": "sample string 2",
"ThumbnailFilePath": "sample string 3",
"FileType": "sample string 4",
"Type": "Other",
"Title": "sample string 5",
"Description": "sample string 6",
"NavigateUrl": "sample string 7",
"CreatedTime": "2026-01-18T23:54:45.9337382-08:00",
"UpdatedTime": "2026-01-18T23:54:45.9337382-08:00",
"MediaCategoryID": "f04ffa0e-4026-40b1-8e0f-1d170387d50b",
"IsPublic": true,
"IsHidden": true,
"IsFileLocked": true,
"Views": 1,
"Width": 1,
"Height": 1,
"SiteName": "sample string 10",
"Duration": 1,
"Order": 1
},
{
"MediaID": "4e787e13-6359-4cf5-8e11-e74efe515303",
"FilePath": "sample string 2",
"ThumbnailFilePath": "sample string 3",
"FileType": "sample string 4",
"Type": "Other",
"Title": "sample string 5",
"Description": "sample string 6",
"NavigateUrl": "sample string 7",
"CreatedTime": "2026-01-18T23:54:45.9337382-08:00",
"UpdatedTime": "2026-01-18T23:54:45.9337382-08:00",
"MediaCategoryID": "f04ffa0e-4026-40b1-8e0f-1d170387d50b",
"IsPublic": true,
"IsHidden": true,
"IsFileLocked": true,
"Views": 1,
"Width": 1,
"Height": 1,
"SiteName": "sample string 10",
"Duration": 1,
"Order": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfMedia xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MediaLibrarianCore">
<Media i:nil="true" />
<Media>
<CreatedTime>2026-01-18T23:54:45.9337382-08:00</CreatedTime>
<Description>sample string 6</Description>
<Duration>1</Duration>
<FilePath>sample string 2</FilePath>
<FileType>sample string 4</FileType>
<Height>1</Height>
<IsFileLocked>true</IsFileLocked>
<IsHidden>true</IsHidden>
<IsPublic>true</IsPublic>
<MediaCategoryID>f04ffa0e-4026-40b1-8e0f-1d170387d50b</MediaCategoryID>
<MediaID>4e787e13-6359-4cf5-8e11-e74efe515303</MediaID>
<NavigateUrl>sample string 7</NavigateUrl>
<Order>1</Order>
<SiteName>sample string 10</SiteName>
<ThumbnailFilePath>sample string 3</ThumbnailFilePath>
<Title>sample string 5</Title>
<Type>Other</Type>
<UpdatedTime>2026-01-18T23:54:45.9337382-08:00</UpdatedTime>
<Views>1</Views>
<Width>1</Width>
</Media>
<Media>
<CreatedTime>2026-01-18T23:54:45.9337382-08:00</CreatedTime>
<Description>sample string 6</Description>
<Duration>1</Duration>
<FilePath>sample string 2</FilePath>
<FileType>sample string 4</FileType>
<Height>1</Height>
<IsFileLocked>true</IsFileLocked>
<IsHidden>true</IsHidden>
<IsPublic>true</IsPublic>
<MediaCategoryID>f04ffa0e-4026-40b1-8e0f-1d170387d50b</MediaCategoryID>
<MediaID>4e787e13-6359-4cf5-8e11-e74efe515303</MediaID>
<NavigateUrl>sample string 7</NavigateUrl>
<Order>1</Order>
<SiteName>sample string 10</SiteName>
<ThumbnailFilePath>sample string 3</ThumbnailFilePath>
<Title>sample string 5</Title>
<Type>Other</Type>
<UpdatedTime>2026-01-18T23:54:45.9337382-08:00</UpdatedTime>
<Views>1</Views>
<Width>1</Width>
</Media>
</ArrayOfMedia>