Kind: API Endpoint
Source: Pams/API/Pams.API/Controllers/Common/FilesController.cs (line 156)
Part of: Pams
Endpoint
GET
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
branchId | query | long | ✓ | |
userId | query | long | ✓ | |
allowedBranches | query | string | ✓ | |
parentFileId | query | long | - | |
startRecord | query | int | - | |
pageSize | query | int | - | |
filterObject | query | string | - | |
order | query | int | - | |
orderType | query | string | - | |
customstore | query | int | - |
Used by
1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Declared in (1)
FilesController—Pams/API/Pams.API/Controllers/Common/FilesController.cs:27
Was this page helpful?