Skip to content

Schimbări

View changes from to


On 22 mai 2023, 11:21:23 +0700, ditp-admin ditp-admin:
  • Updated description of resource หมวดหมู่สินค้าของรายงานสถานการณ์การค้าในต่างประเทศ in หมวดหมู่สินค้าของรายงานสถานการณ์การค้าในต่างประเทศ from

    ตัวอย่างการใช้ curl command เพื่อเรียก graphql api (ต้องใช้ token นี้สำหรับข้อมูล public) <br /> Token: Api-Key YqlvgTth.1PrBwB38knYz66vO1ULgaArg18DZmNsw <br /> <code> curl --request POST \ --header 'content-type: application/json' \ --header 'Authorization: Api-Key YqlvgTth.1PrBwB38knYz66vO1ULgaArg18DZmNsw' \ --url 'https://graphql.ditp.go.th/' \ --data '{"query":"query ExampleQuery($limit: Int!) {\n ditpWebsiteProductCategory(limit: $limit) {\n items {\n id\n count\n name\n description\n taxonomy\n parent\n }\n }\n}","variables":{"limit":20}}' </code>
    to
    ตัวอย่างการใช้ curl command เพื่อเรียก graphql api (ต้องใช้ token นี้สำหรับข้อมูล public) <br /> Token: Api-Key YqlvgTth.1PrBwB38knYz66vO1ULgaArg18DZmNsw <br /> <code> curl --request POST <br /> --header 'content-type: application/json' <br /> --header 'Authorization: Api-Key YqlvgTth.1PrBwB38knYz66vO1ULgaArg18DZmNsw' <br /> --url 'https://graphql.ditp.go.th/' <br /> --data '{"query":"query ExampleQuery($limit: Int!) {\n ditpWebsiteProductCategory(limit: $limit) {\n items {\n id\n count\n name\n description\n taxonomy\n parent\n }\n }\n}","variables":{"limit":20}}' </code>