Printago API
GET
/v1/materials/groups/{id}
Get group by ID
Get a specific material group
Path Parameters
id
required
string
Group ID
Response Schema
MaterialGroup
createdAtrequired
string
format: date-time
idrequired
string
pattern: ^[a-z0-9]{24}$
namerequired
string
parentIdrequired
string
priorityrequired
number
min: 0
storeIdrequired
string
pattern: ^[a-z0-9]{24}$
updatedAtrequired
string
format: date-time
Example Response
200 OK — application/json
{
"name": "string",
"priority": 0,
"id": "string",
"storeId": "string",
"createdAt": "2026-08-24T03:58:55.588Z",
"updatedAt": "2026-08-24T03:58:55.588Z"
}