Material Categories
API endpoints for managing material categories
GET /materials/categories
Get List of Materials Categories (Without Pagination) Endpoint
Description
Request Headers
Sample Request
GET /open-api/v1/materials/categories HTTP/1.1
Host: api.simplio3d.com
Authorization: Bearer {your_api_token}Response
Enter token in format (Bearer <your_token>)
Column to order the results by (default: created_at)
nameOrder direction (asc or desc, default: desc)
ascPossible values: Successful response
Materials Categories Model
ID of the material category
1Title of the material category
WoodDescription of the material category
Wood-based materialsTimestamp when the material category was created
2024-02-26 12:00:00Timestamp when the material category was last updated
2024-02-27 15:00:00Name of the creator
John DoeUnauthorized
Internal Server Error
GET /materials/categories/{id}
Get a Specific Material Category by ID
Response
Enter token in format (Bearer <your_token>)
ID of the materials category
Successful response
Materials Categories Model
ID of the material category
1Title of the material category
WoodDescription of the material category
Wood-based materialsTimestamp when the material category was created
2024-02-26 12:00:00Timestamp when the material category was last updated
2024-02-27 15:00:00Name of the creator
John DoeUnauthorized
Materials category not found
Last updated