SpiraPlan: SoapService SOAP Web Service
See all operations
SystemCustomProperty_RetrieveForArtifactType
Description
Retrieves the list of system custom properties configured for the specified artifact type
1) Includes the custom list and custom list value child objects 2) The custom list values objects will include both active and inactive values, so need to check the flag before displaying
Example(s)
RemoteSystemCustomProperty[] remoteCustomProperties = spiraImportExport.SystemCustomProperty_RetrieveForArtifactType(credentials, (int)DataModel.Artifact.ArtifactTypeEnum.Project, false);
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
int | artifactTypeId - The id of the type of artifact | Yes |
boolean | includeDeleted - Should we include deleted custom properties | Yes |
Return Value
ArrayOfRemoteSystemCustomProperty - The list of custom properties