Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Create base metadata Api gives me a could not send request error.

Topic Labels: Integrations
354 0
cancel
Showing results for 
Search instead for 
Did you mean: 
chandana_kaza
4 - Data Explorer
4 - Data Explorer

Hi, I am trying to create a base and keep getting the "could not send request error"

 

Attached is my Json body and the screen shot of the API call and the error. 

 

 

 

 

 

 

{
    "name": "CMM 2017",
    "tables": [
      {
        "description": "A to-do list of places to visit",
        "fields": [
          {
            "description": "Name of the apartment",
            "name": "Name",
            "type": "singleLineText"
          },
          {
            "name": "Address",
            "type": "singleLineText"
          },
          {
            "name": "Visited",
            "options": {
              "color": "greenBright",
              "icon": "check"
            },
            "type": "checkbox"
          }
        ],
        "name": " Editorial 2017"
      }
    ],
    "workspaceId": "wsprSxuHCKzjhwYUM"
  }

 

 

 

 

 

 

 

0 Replies 0