Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

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

Retrieve all custom objects. Note: By default, only Custom objects from the primary workspace will be returned for accounts with workspaces. For Custom objects from other workspaces, use the Workspace ID filter.
External DocumentationTo learn more, visit the Freshservice documentation.

Parameters

ParameterDescription
PageThe page number of the results to retrieve.
Per PageThe maximum number of records to retrieve per page. Values can range from 1 to 100.
Return All PagesAutomatically fetch all resources, page by page.
Workspace IDThe ID of the workspace.

Example Output

{
	"custom_objects": [
		{
			"id": 1000040838,
			"title": "Service Item Approvals",
			"description": "This is a sample object to store additional information about the Items available on the Service Catalog such as designated Approvers, Vendor Information and Category. When a request for an item in this list is raised, you can use this information within the workflows to enrich your automations. Check out our sample workflow “Service Item Approvals/Routing with Custom Objects”",
			"updated_at": "2021-02-17T14:29:08Z",
			"last_updated_by": {
				"email": "system-noreply@domain.freshservice.com",
				"id": 1232007390,
				"name": "System"
			},
			"workspace_id": 2
		}
	],
	"meta": {
		"count": 1,
		"page": 1,
		"per_page": 30
	}
}

Workflow Library Example

List Custom Objects with Freshservice and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop