v1

latestOpenAPI 3.1.02026-07-2438302.6 MB

Get Recurring Jobs

get/recurring_jobs

Query parameters

countstring
pagestring
sortstring
sort_bystring
filter.job_categorystring
filter.keywordstring

Response

200

typestring
total_recordsinteger
current_pageinteger
total_pagesinteger

Example response

{
  "type": "success",
  "data": [
    {
      "recurring_job_uid": "95b85570-d6e3-11ee-839f-418ff021ceed",
      "duration": {
        "value": 2,
        "type": "MONTHS"
      },
      "repeat_frequency": "WEEKLY",
      "repeat_every": 1,
      "repeat_on": {
        "byweekday": [
          {
            "weekday": 6
          }
        ]
      },
      "rrule": "FREQ=WEEKLY;INTERVAL=1;WKST=SU;BYDAY=SU;DTSTART=20240201T091500;UNTIL=20240401T102000",
      "job_title": "New Job",
      "job_category": {
        "category_name": "Home Cleaning",
        "category_description": "Home Cleaning for Service Square.",
        "category_uid": "3fee25f0-74a1-11ea-8ca5-df1d176880cb"
      },
      "customer": {
        "customer_first_name": "Jhon",
        "customer_last_name": "ags 123",
        "customer_email": "jhon@ags.co",
        "customer_uid": "4185a6c0-58d0-11e8-a06a-f1f7062602d6",
        "is_active": true,
        "customer_category": {
          "_id": "5ac9fa052fc7d975d4b52cda",
          "category_name": "Commercial",
          "category_uid": "441a6bc0-3b1e-11e8-b0f4-d549ff224ae8"
        },
        "customer_contact_no": {
          "home": "+919952147275",
          "work": "+919952147275"
        },
        "customer_organization": {
          "organization_uid": "040c4610-0ea5-11ee-9f8e-0f93d9851045",
          "organization_name": "0 4TH ST E, ST MN 55101 (PIN: 322922310026)",
          "is_active": true,
          "organization_address": {
            "city": "Cupertino",
            "state": "California",
            "street": "6 Mariani Avenue",
            "zip_code": "95014",
            "geo_cordinates": [
              37.330544431297
            ],
            "first_name": "Test"
          },
          "organization_email": "sabari@zuper.co"
        }
      },
      "organization": {
        "organization_uid": "040c4610-0ea5-11ee-9f8e-0f93d9851045",
        "organization_name": "0 4TH ST E, ST MN 55101 (PIN: 322922310026)",
        "no_of_customers": 3,
        "is_active": true,
        "organization_address": {
          "city": "Cupertino",
          "state": "California",
          "street": "6 Mariani Avenue",
          "zip_code": "95014",
          "geo_cordinates": [
            37.330544431297
          ],
          "first_name": "Test"
        },
        "organization_email": "sabari@zuper.co"
      },
      "property": {
        "is_active": true,
        "property_address": {
          "city": "Chennai",
          "state": "Tamil Nadu",
          "street": "SKCL Harmony Square, Prakasam Street, Gangai Karai Puram, T. Nagar, Chennai, Tamil Nadu, India",
          "country": "India",
          "zip_code": "600017",
          "geo_cordinates": [
            13.0494706
          ],
          "_id": "64df0dee7c0c9e18fa1777e1"
        },
        "property_image": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/0d1d0360-35a3-11ed-b193-e956a56bc479.png",
        "no_of_jobs": 13,
        "property_name": "Testing_Sp",
        "property_uid": "9d9a84f0-dbf6-11ec-8c58-0d3bf4d5a49f"
      },
      "service_contract": {
        "prefix": "Q1",
        "contract_uid": "8295b3f0-d172-11ee-8824-f378626de6e5",
        "contract_name": "contractsavebutton",
        "description": "<p>contract</p>",
        "start_date": "2024-02-21T18:30:00.000Z",
        "end_date": "2025-06-21T18:29:59.000Z",
        "approval_status": "APPROVED",
        "created_by": 19397,
        "is_active": true,
        "created_at": "2024-02-22T11:07:04.501Z",
        "contract_number": 962
      },
      "job_start": "2024-03-07T09:15:00.000Z",
      "job_end": "2024-04-04T10:20:00.000Z",
      "job_count": 2,
      "created_by": {
        "user_uid": "d083c6cb-9202-41fc-8ae2-e986939c5471",
        "first_name": "Jerin",
        "last_name": "Ajay",
        "email": "jerin@zuper.co",
        "designation": "Admin",
        "emp_code": "J001",
        "profile_picture": "https://s3.ap-south-1.amazonaws.com/staging.in.pro.zuper/attachments/6c287db0-ff7c-11e7-b3a8-29b417a4f3fa/9f1e58b0-5396-11ee-af3b-ed82d39ae946.jpg",
        "hourly_labor_charge": 54.59,
        "is_active": true,
        "created_at": "2022-02-16T10:00:42.000Z",
        "updated_at": "2024-01-23T08:35:19.000Z"
      },
      "created_at": "2024-02-29T09:19:05.288Z",
      "updated_at": "2024-02-29T09:19:05.288Z",
      "id": "undefined"
    }
  ],
  "total_records": 221,
  "current_page": 1,
  "total_pages": 23
}