Areas NScan validates access to.
| Http Verb | Operation | ||
|---|---|---|---|
| GET | Method: Get, URL: ReferenceData/NScanAccessAreas/{id}?filter={filter}&maintenanceMode={maintenanceMode} | Test | |
|
Get the details of an NScan Access Area by id. To get the resource only if the user has write/edit access, pass filter="writeonly".. To get the resource in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). |
|||
| GET | Method: GetAll, URL: ReferenceData/NScanAccessAreas?filter={filter}&maintenanceMode={maintenanceMode} | Test | |
|
Get details of all NScan Access Areas. To get only the resources for which the user has write/edit access, pass filter="writeonly". To get them in maintenance mode (which ignores Control Groups), pass maintenanceMode="true". Maintenance mode requires users to have access to the reference tables. (Specified in TX_REFTABLE_USERGROUP). |
|||
| GET | Method: GetSummaries, URL: ReferenceData/NScanAccessAreas/Summary | Test | |
|
Get a summary representation of all NScan Access Areas. |
|||
| POST | Method: Create, URL: ReferenceData/NScanAccessAreas | Test | |
|
Create a new NScan Access Area. |
|||
| PUT | Method: Update, URL: ReferenceData/NScanAccessAreas/{id} | Test | |
|
Update an existing NScan Access Area. |
|||
| DELETE | Method: Delete, URL: ReferenceData/NScanAccessAreas/{id} | Test | |
|
Delete an existing NScan Access Area. |
|||