GET api/SF/GetProject?projectId={projectId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

string

Required

Body Parameters

None.

Response Information

Resource Description

Project
NameDescriptionTypeAdditional information
Id

string

None.

AssignTo

string

None.

ProjectType

string

None.

Name

string

None.

Description

string

None.

Address

string

None.

ImageUrl

string

None.

CreatedOn

string

None.

IsInvaisveExist

boolean

None.

IsOriginal

boolean

None.

IsActive

boolean

None.

UserId

string

None.

IsDelete

boolean

None.

ImageName

string

None.

ImageDescription

string

None.

IsInvasive

boolean

None.

InvasiveProjectID

string

None.

IsAssignVisible

boolean

None.

Username

string

None.

IsAccess

boolean

None.

FinelReport

boolean

None.

FinelReportProgress

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": "sample string 1",
  "AssignTo": "sample string 2",
  "ProjectType": "sample string 3",
  "Name": "sample string 4",
  "Description": "sample string 5",
  "Address": "sample string 6",
  "ImageUrl": "sample string 7",
  "CreatedOn": "sample string 8",
  "IsInvaisveExist": true,
  "IsOriginal": true,
  "IsActive": true,
  "UserId": "sample string 12",
  "IsDelete": true,
  "ImageName": "sample string 14",
  "ImageDescription": "sample string 15",
  "IsInvasive": true,
  "InvasiveProjectID": "sample string 17",
  "IsAssignVisible": true,
  "Username": "sample string 19",
  "IsAccess": true,
  "FinelReport": true,
  "FinelReportProgress": true
}

application/xml, text/xml

Sample:
<Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/XORIC.Models">
  <Address>sample string 6</Address>
  <AssignTo>sample string 2</AssignTo>
  <CreatedOn>sample string 8</CreatedOn>
  <Description>sample string 5</Description>
  <FinelReport>true</FinelReport>
  <FinelReportProgress>true</FinelReportProgress>
  <Id>sample string 1</Id>
  <ImageDescription>sample string 15</ImageDescription>
  <ImageName>sample string 14</ImageName>
  <ImageUrl>sample string 7</ImageUrl>
  <InvasiveProjectID>sample string 17</InvasiveProjectID>
  <IsAccess>true</IsAccess>
  <IsActive>true</IsActive>
  <IsAssignVisible>true</IsAssignVisible>
  <IsDelete>true</IsDelete>
  <IsInvaisveExist>true</IsInvaisveExist>
  <IsInvasive>true</IsInvasive>
  <IsOriginal>true</IsOriginal>
  <Name>sample string 4</Name>
  <ProjectType>sample string 3</ProjectType>
  <UserId>sample string 12</UserId>
  <Username>sample string 19</Username>
</Project>