Ir al contenido

Cambios

View changes from to


En el instante 24 de mayo de 2023, 13:45:12 +0700, ditp-admin ditp-admin:
  • Actualizada la descripción de หมวดหมู่รายงานสถานการณ์การค้าในต่างประเทศ de

    หมวดหมู่รายงานสถานการณ์การค้าในต่างประเทศ ตัวอย่างการใช้ curl command เพื่อเรียก graphql api (ต้องใช้ token นี้สำหรับข้อมูล public) <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 ditpWebsiteCategories(limit: $limit) {\n items {\n id\n count\n name\n description\n parent\n taxonomy\n }\n }\n}","variables":{"limit":20}}' </code>
    a
    หมวดหมู่รายงานสถานการณ์การค้าในต่างประเทศ ตัวอย่างการใช้ curl command เพื่อเรียก graphql api (ต้องใช้ token นี้สำหรับข้อมูล public) <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 ditpWebsiteCategories(limit: $limit) {\n items {\n id\n count\n name\n description\n parent\n taxonomy\n }\n }\n}","variables":{"limit":20}}' -k </code>