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