GET api/Client_CSP_Intervention/GetClient_CSP_Intervention

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Client_CSP_InterventionModel
NameDescriptionTypeAdditional information
ID

integer

None.

InterventionDetails

string

None.

ActionBy

integer

None.

TimeScale

string

None.

TimeScaleID

integer

None.

CSPID

integer

None.

UserID

integer

None.

Username

string

None.

ActionByName

string

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedDate

date

None.

UpdatedDate

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

SignaturePath

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "InterventionDetails": "sample string 2",
    "ActionBy": 1,
    "TimeScale": "sample string 3",
    "TimeScaleID": 1,
    "CSPID": 1,
    "UserID": 1,
    "Username": "sample string 4",
    "ActionByName": "sample string 5",
    "IsActive": true,
    "IsDeleted": true,
    "CreatedDate": "2026-06-30T14:16:46.1935159+01:00",
    "UpdatedDate": "2026-06-30T14:16:46.1935159+01:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "SignaturePath": "sample string 6"
  },
  {
    "ID": 1,
    "InterventionDetails": "sample string 2",
    "ActionBy": 1,
    "TimeScale": "sample string 3",
    "TimeScaleID": 1,
    "CSPID": 1,
    "UserID": 1,
    "Username": "sample string 4",
    "ActionByName": "sample string 5",
    "IsActive": true,
    "IsDeleted": true,
    "CreatedDate": "2026-06-30T14:16:46.1935159+01:00",
    "UpdatedDate": "2026-06-30T14:16:46.1935159+01:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "SignaturePath": "sample string 6"
  }
]

text/xml

Sample:
<ArrayOfClient_CSP_InterventionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Models">
  <Client_CSP_InterventionModel>
    <ActionBy>1</ActionBy>
    <ActionByName>sample string 5</ActionByName>
    <CSPID>1</CSPID>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2026-06-30T14:16:46.1935159+01:00</CreatedDate>
    <ID>1</ID>
    <InterventionDetails>sample string 2</InterventionDetails>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <SignaturePath>sample string 6</SignaturePath>
    <TimeScale>sample string 3</TimeScale>
    <TimeScaleID>1</TimeScaleID>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2026-06-30T14:16:46.1935159+01:00</UpdatedDate>
    <UserID>1</UserID>
    <Username>sample string 4</Username>
  </Client_CSP_InterventionModel>
  <Client_CSP_InterventionModel>
    <ActionBy>1</ActionBy>
    <ActionByName>sample string 5</ActionByName>
    <CSPID>1</CSPID>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2026-06-30T14:16:46.1935159+01:00</CreatedDate>
    <ID>1</ID>
    <InterventionDetails>sample string 2</InterventionDetails>
    <IsActive>true</IsActive>
    <IsDeleted>true</IsDeleted>
    <SignaturePath>sample string 6</SignaturePath>
    <TimeScale>sample string 3</TimeScale>
    <TimeScaleID>1</TimeScaleID>
    <UpdatedBy>1</UpdatedBy>
    <UpdatedDate>2026-06-30T14:16:46.1935159+01:00</UpdatedDate>
    <UserID>1</UserID>
    <Username>sample string 4</Username>
  </Client_CSP_InterventionModel>
</ArrayOfClient_CSP_InterventionModel>