Read all project phases for a site.
siteid
globally unique identifier
Guid ID of the site for which to read project phases. |
None.
ID
integer
Required on Update
ID of the phase. |
SiteID
globally unique identifier
Required
ID of the site for the phase. |
Name
string
Required
Name of the phase. (Max length 50 characters) |
Rank
integer
Required
Rank of the phase. |
<Phase xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>1</ID> <SiteID>a09811f5-acbb-40a2-88af-b8b5820ca9f3</SiteID> <Name>sample string 1</Name> <Rank>1</Rank> </Phase>
{ "ID": 1, "SiteID": "a09811f5-acbb-40a2-88af-b8b5820ca9f3", "Name": "sample string 1", "Rank": 1 }