GetAllProjectMetaData()
Retrieves basic data about existing projects.
Syntax
GetAllProjectMetaData()
Outputs
This method returns a list of all project details, each with the following fields:
- ProjectID: The ID of the project (e.g. “00000-00000-00000-00000”).
- ProjectTitle: The name of the project (e.g. “Testing Web Services”).
- ProjectStartDate: The starting day of the project (e.g. “5/4/2016 12:00:00”).
- ProjectEndDate: The ending day of the project (e.g. “6/25/2016 11:59:00 PM”).
- ProjectDesigner: The name of the project creator (e.g. “User1”).
- ProjectTitle: The name of the project (e.g. “Testing Web Services”).
- ProjectCategory: The category of the project (e.g. “summer”).
- PublicOrPrivate: The security setup of the project (e.g. “Private”).
- Confidentiality: The confidentiality of the project (e.g. “Nonconfidential”).
Inputs
Mandatory Parameters:
- APIKeyHeader:
- API Key. Must be one of the API Keys generated in the administrative interface of Blue.
Optional Parameters:
- Message:
- Leave empty.