Skip to main content
GET
/
material-list
/
{id}
Get Material List by ID
curl --request GET \
  --url https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/material-list/{id} \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://fieldpulse.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
default:your-api-key-here
required

Path Parameters

id
string
required

Query Parameters

filter
string

Array of attribute, operator, and value parts.

asn
string

Array or object containing either a team_id index, assigned_members index containing an array of member ids, or both.

rel
string

array consisting of indices with the desired relation to include

If true, response will contain custom fields data

by_view
string

Filter by view mode. Acceptable values all, team, my

by_entity
string

Filter by entity. Acceptable values job, project, invoice, order, estimate. Required if entity_id is provided

by_entity_id
string

Filter by existing entity id listed for by_entity parameter

from_job_start_time
string

Filter by job start time

to_job_end_time
string

Filter by job end time

unscheduled
string

Filter by unscheduled jobs

Response

200 - application/json

Successful response