Main

⌘K
API-Basics
Frontu->SystemX (Periodical check + Filters)
SystemX->Frontu (Clients + Objects + Equipments)
SystemX->Frontu (Custom fields)
SystemX->Frontu (Standartized Material Remains)
SystemX->Frontu (Standartized Materials)
SystemX->Frontu (Task Request)
SystemX -> Frontu (Clients + Objects)
Task templates and task
Webhooks
Frontu API Sandbox
ClientApi/Client
ClientApi/Workspace
ClientApi/StandartizedMaterial
ClientApi/StandartizedWork
ClientApi/ResponsiblePerson
ClientApi/MaterialType
ClientApi/Place
ClientApi/Task
ClientApi/TaskRequest
ClientApi/TaskType
ClientApi/Material
ClientApi/Work
ClientApi/RouteHistory
ClientApi/TaskStatusHistory
ClientApi/Note
ClientApi/CreditStatus
ClientApi/ClientCustomField
ClientApi/TaskCustomField
ClientApi/WorkspaceCustomField
ClientApi/StandartizedWorkCustomField
ClientApi/StandartizedMaterialCustomField
ClientApi/TaskStopReason
ClientApi/File
ClientApi/File/Download
ClientApi/Image
ClientApi/Image/Download
ClientApi/EvaluationForm
ClientApi/User
ClientApi/Equipment
ClientApi/UserTaskTimes
ClientApi/Travels
ClientApi/Evaluations
ClientApi/StandartizedMaterialRemains
ClientApi/WorkspaceResponsiblePerson
Docs powered by
Archbee
Frontu API Sandbox
ClientApi/StandartizedMaterial...

Get detail information about standartized material remains

2min
GET
Get detail information about standartized material remains
AUTHENTICATION
Authorization
apiKey
FORM PARAMETERS
guid
string
Identifier from Frontu
systemId
string
Identifier from external system
workspace
string
Guid or system id of the workspace
standartizedMaterial
string
Guid or system id of the workspace
RESPONSES
200
OK
object
OK
version
integer
*
standartizedMaterial
string
*
quantity
integer
*
serialNumber
string
*
workspace
string
*
guid
string
*
created
string
*
updated
string
*
deleted
boolean
*
systemId
string
*
Curl
Python
PHP
Shell
C#
|
curl --location --request GET 'https://dev1.frontu.com/client/api/v2/standartized_material_remains/details' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--form 'guid=""' \
--form 'systemId=""' \
--form 'workspace=""' \
--form 'standartizedMaterial=""'
RESPONSES
200
|
// OK 
{
  "version": 0,
  "standartizedMaterial": "",
  "quantity": 0,
  "serialNumber": "",
  "workspace": "",
  "guid": "",
  "created": "",
  "updated": "",
  "deleted": false,
  "systemId": ""
}




Updated 31 Jul 2023
Did this page help you?
PREVIOUS
Create / Update Standartized Material Remains
NEXT
Get detail information about workspace responsible persons
Docs powered by
Archbee
Docs powered by
Archbee