FormCenter

<a href="https://msdn.microsoft.com/en-us/library/gg309461(v=crm.7).aspx" target="_blank">Click for more information on OData</a>

get/api/FormCenter/v1/Submission/{id}

Path parameters

idinteger required

Query parameters

$topstring

The page size for result

$skipstring

The number of records to skip

$filterstring

A function that must evaluate to true for a record to be returned. i.e. $filter=Id eq 12

$orderbystring

Determines what values are used to order a collection of records. i.e. $orderby=Name desc

$inlinecount'allpages' | 'none' required

Set to allpages to include pagination details.

$expand'Permissions' | 'Images' | 'Links'

Expand a property.

Response

OK

CurrentPageinteger required
PageSizeinteger required
TotalCountinteger required
TotalPagesinteger required
SortBystring
Filterstring
HasPreviousPageboolean required
HasNextPageboolean required

Changes