Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
Calls using any other content type (ex: text/plain) are not supported.
-
APIs
-
TeamDynamix.Api.RequestPage
Contents
Summary
Describes a page of data being requested from the web API.
Properties
Name
|
Required?
|
Type
|
Summary
|
PageIndex
|
This field is required.
|
Int32 |
The 0-based page index to request.
|
PageSize
|
This field is required.
|
Int32 |
The size of each page being requested, ranging 1 -200 (inclusive).
|