SpiraPlan: SoapService SOAP Web Service
See all operations
CustomProperty_RetrieveCustomListById
Description
Retrieves a custom list by its ID, including any custom list values
Example(s)
remoteCustomList = spiraImportExport.CustomProperty_RetrieveCustomListById(credentials, projectTemplateId, customListId1);
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The credentials for accessing the API | |
int | projectTemplateId - The id of the project template | Yes |
int | customListId - The id of the custom list we want to retrieve | Yes |
Return Value
RemoteCustomList - The custom list object (including any custom list values)