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.Tickets.UnmetConstraintSearchType
Contents
Summary
A bit flag enumeration for indicating which type(s) of
unmet constraints to filter on for the purposes of searching.
Enumeration Note
This is an enumeration that can be treated as a bit field (i.e. a series of flags),
and thus the fields listed below can be combined.
Fields
|
Name
|
Value
|
Summary
|
|
None
|
0 |
Indicates that no filtering on unmet constraints should be performed.
|
|
Response
|
1 |
Indicates that filtering on an unmet "Respond By" constraint should be performed.
|
|
Resolution
|
2 |
Indicates that filtering on an unmet "Resolve By" constraint should be performed.
|