GET api/User/GetProjectsActiveForUser

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ProjectModel
NameDescriptionTypeAdditional information
Id

integer

None.

Cod

string

None.

Description

string

None.

Logistic

boolean

None.

TimeZone

string

None.

RegisterDate

date

None.

PrimeService

boolean

None.

AutomaticResend

boolean

None.

AutomaticRepairer

boolean

None.

FreightService

boolean

None.

IdCompany

integer

None.

RepairCheckList

boolean

None.

RecurrenceType

boolean

None.

InvoiceRequest

boolean

None.

UseStock

boolean

None.

Status

boolean

None.

StockSpareParts

boolean

None.

UseRegiterSite

boolean

None.

UseFailureReportApproveFlow

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cod": "sample string 1",
  "description": "sample string 2",
  "logistic": true,
  "timeZone": "sample string 3",
  "registerDate": "2026-05-18T13:41:14.2963774+00:00",
  "primeService": true,
  "automaticResend": true,
  "automaticRepairer": true,
  "freightService": true,
  "idCompany": 1,
  "repairCheckList": true,
  "recurrenceType": true,
  "invoiceRequest": true,
  "useStock": true,
  "status": true,
  "stockSpareParts": true,
  "useRegiterSite": true,
  "useFailureReportApproveFlow": true
}

application/xml, text/xml

Sample:
<ProjectModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ACS.Models">
  <AutomaticRepairer>true</AutomaticRepairer>
  <AutomaticResend>true</AutomaticResend>
  <Cod>sample string 1</Cod>
  <Description>sample string 2</Description>
  <FreightService>true</FreightService>
  <Id>1</Id>
  <IdCompany>1</IdCompany>
  <InvoiceRequest>true</InvoiceRequest>
  <Logistic>true</Logistic>
  <PrimeService>true</PrimeService>
  <RecurrenceType>true</RecurrenceType>
  <RegisterDate>2026-05-18T13:41:14.2963774+00:00</RegisterDate>
  <RepairCheckList>true</RepairCheckList>
  <Status>true</Status>
  <StockSpareParts>true</StockSpareParts>
  <TimeZone>sample string 3</TimeZone>
  <UseFailureReportApproveFlow>true</UseFailureReportApproveFlow>
  <UseRegiterSite>true</UseRegiterSite>
  <UseStock>true</UseStock>
</ProjectModel>