readProjectsUsingSearch Parameter Descriptions
Parameter Name |
Data Type |
Description |
projectEntityTypeUniqueKey |
string |
Unique 4-digit alphanumeric code that identifies the custom object. Corresponds to the TeamConnect Unique Code value. |
searchUniqueKey |
string |
Unique key of the project search of type "Integration". |
limit |
int |
A numeric value for the maximum number of records to return among search results. |
properties |
List<String> |
A list of String values that identify the property names whose values to return with the resulting project records. |
readProjectEntityTypes Response Descriptions
Parameter Name |
Data Type |
Description |
projects |
List<project> |
A list of project objects. Only specified property values are returned with the record. |