GetAllProjectMetaData()
Retrieves basic data about existing projects.
Syntax
GetAllProjectMetaData()
Outputs
GetAllProjectMetaData Structure
Properties | Attribute Type | Description |
---|---|---|
Message: string | Message Header | A value describes the error when the data transfer fails. Otherwise, it’s ‘Success’. |
ProjectID: string | ||
ProjectTitle: string | ||
ProjectStartDate: string | ||
ProjectEndDate: string | ||
PublishStatus: string | ||
ProjectDesigner: string | ||
ProjectCategory: string | ||
PublicOrPrivate: string | ||
Confidentiality: string |
Inputs
GetAllProjectMetaData Structure
Properties | Attribute Type | Description |
---|---|---|
DataSourceID: string | Message Header |
Back to top